| Package | Description |
|---|---|
| com.atlassian.bamboo.agent.installer | |
| com.atlassian.bamboo.agent.installer.arguments |
| Modifier and Type | Method and Description |
|---|---|
static InstallerCommand |
InstallerCommand.getCommand(String commandString) |
static InstallerCommand |
InstallerCommand.getDefault() |
static InstallerCommand |
InstallerCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstallerCommand[] |
InstallerCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull InstallerCommand |
CommandLineArguments.getInstallerCommand() |
| Constructor and Description |
|---|
CommandLineArguments(@NotNull String bambooUrl,
@NotNull InstallerCommand installerCommand,
@NotNull Optional<String> securityToken,
@NotNull Optional<List<String>> wrapperProperties) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.