Uses of Enum Class
com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties.AuthenticationType
Packages that use BaseSshTaskProperties.AuthenticationType
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
Tasks you can execute in a job.
-
Uses of BaseSshTaskProperties.AuthenticationType in com.atlassian.bamboo.specs.builders.task
Fields in com.atlassian.bamboo.specs.builders.task declared as BaseSshTaskProperties.AuthenticationTypeModifier and TypeFieldDescriptionprotected BaseSshTaskProperties.AuthenticationTypeBaseSshTask.authenticationType -
Uses of BaseSshTaskProperties.AuthenticationType in com.atlassian.bamboo.specs.model.task
Methods in com.atlassian.bamboo.specs.model.task that return BaseSshTaskProperties.AuthenticationTypeModifier and TypeMethodDescriptionBaseSshTaskProperties.getAuthenticationType()Returns the enum constant of this class with the specified name.BaseSshTaskProperties.AuthenticationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bamboo.specs.model.task with parameters of type BaseSshTaskProperties.AuthenticationTypeModifierConstructorDescriptionBaseSshTaskProperties(String description, boolean enabled, String host, String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable String password, @Nullable String key, @Nullable String passphrase, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifierProperties, @Nullable String hostFingerprint, int port, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) ScpTaskProperties(String description, boolean enabled, String host, String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable String password, @Nullable String key, @Nullable String passphrase, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifier, @Nullable String hostFingerprint, int port, @Nullable ArtifactItemProperties artifactItem, @Nullable String localPath, boolean localPathAntStyle, String remotePath, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) SshTaskProperties(String description, boolean enabled, String host, String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable String password, @Nullable String key, @Nullable String passphrase, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifier, @Nullable String hostFingerprint, int port, int keepAliveIntervalInSec, String command, List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions)