Interface MessageAsFileTimeoutInputStreamable<T>
-
- All Superinterfaces:
AsFileTimeoutInputStreamable<T>,InputStreamable<T>,io.fabric8.kubernetes.client.dsl.Timeoutable,TimeoutInputStreamable<T>
- All Known Subinterfaces:
AuthorMessageAsFileTimeoutInputStreamable<T>,CommitterAuthorMessageAsFileTimeoutInputStreamable<T>
public interface MessageAsFileTimeoutInputStreamable<T> extends AsFileTimeoutInputStreamable<T>
Created by iocanel on 7/18/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsFileTimeoutInputStreamable<T>withMessage(String message)-
Methods inherited from interface io.fabric8.openshift.client.dsl.buildconfig.AsFileTimeoutInputStreamable
asFile
-
Methods inherited from interface io.fabric8.openshift.client.dsl.InputStreamable
fromFile, fromInputStream
-
Methods inherited from interface io.fabric8.openshift.client.dsl.TimeoutInputStreamable
withTimeout, withTimeoutInMillis
-
-
-
-
Method Detail
-
withMessage
AsFileTimeoutInputStreamable<T> withMessage(String message)
-
-