Uses of Class
com.atlassian.bamboo.agent.installer.InstallerCommand
-
Packages that use InstallerCommand Package Description com.atlassian.bamboo.agent.installer com.atlassian.bamboo.agent.installer.arguments -
-
Uses of InstallerCommand in com.atlassian.bamboo.agent.installer
Methods in com.atlassian.bamboo.agent.installer that return InstallerCommand Modifier and Type Method 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. -
Uses of InstallerCommand in com.atlassian.bamboo.agent.installer.arguments
Methods in com.atlassian.bamboo.agent.installer.arguments that return InstallerCommand Modifier and Type Method Description @NotNull InstallerCommand
CommandLineArguments. getInstallerCommand()
Constructors in com.atlassian.bamboo.agent.installer.arguments with parameters of type InstallerCommand Constructor Description CommandLineArguments(@NotNull String bambooUrl, @NotNull InstallerCommand installerCommand, @NotNull Optional<String> securityToken, @NotNull Optional<List<String>> wrapperProperties)
-