Class SshCommandContext.Builder
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.ssh.command.SshCommandContext.Builder
- Enclosing class:
- SshCommandContext
public static class SshCommandContext.Builder
extends com.atlassian.bitbucket.util.BuilderSupport
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Constructor Summary
ConstructorDescriptionBuilder
(String command, InputStream stdin, OutputStream stdout, OutputStream stderr) -
Method Summary
Modifier and TypeMethodDescriptionbuild()
environment
(String key, String value) environment
(Map<String, String> values) Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Constructor Details
-
Builder
public Builder(@Nonnull String command, @Nonnull InputStream stdin, @Nonnull OutputStream stdout, @Nonnull OutputStream stderr)
-
-
Method Details
-
build
-
environment
-
environment
-