public static class

SshCommandContext.Builder

extends BuilderSupport
java.lang.Object
   ↳ com.atlassian.bitbucket.util.BuilderSupport
     ↳ com.atlassian.bitbucket.ssh.command.SshCommandContext.Builder

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Public Constructors
Builder(String command, InputStream stdin, OutputStream stdout, OutputStream stderr)
Public Methods
@Nonnull SshCommandContext build()
@Nonnull SshCommandContext.Builder environment(String key, String value)
@Nonnull SshCommandContext.Builder environment(Map<StringString> values)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Public Constructors

public Builder (String command, InputStream stdin, OutputStream stdout, OutputStream stderr)

Public Methods

@Nonnull public SshCommandContext build ()

@Nonnull public SshCommandContext.Builder environment (String key, String value)

@Nonnull public SshCommandContext.Builder environment (Map<StringString> values)