Class CommandLineArguments
- java.lang.Object
-
- com.atlassian.bamboo.agent.installer.arguments.CommandLineArguments
-
public class CommandLineArguments extends Object
-
-
Constructor Summary
Constructors Constructor Description CommandLineArguments(@NotNull String bambooUrl, @NotNull InstallerCommand installerCommand, @NotNull Optional<String> securityToken, @NotNull Optional<List<String>> wrapperProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@NotNull String
getBambooUrl()
@NotNull InstallerCommand
getInstallerCommand()
@NotNull Optional<String>
getSecurityToken()
@NotNull Optional<List<String>>
getWrapperProperties()
int
hashCode()
-
-
-
Method Detail
-
getBambooUrl
@NotNull public @NotNull String getBambooUrl()
-
getInstallerCommand
@NotNull public @NotNull InstallerCommand getInstallerCommand()
-
-