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