Uses of Class
com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties.AuthenticationType
-
Packages that use BaseSshTaskProperties.AuthenticationType Package Description com.atlassian.bamboo.specs.builders.task Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.com.atlassian.bamboo.specs.model.task 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.AuthenticationType Modifier and Type Field Description protected 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.AuthenticationType Modifier and Type Method Description BaseSshTaskProperties.AuthenticationTypeBaseSshTaskProperties. getAuthenticationType()static BaseSshTaskProperties.AuthenticationTypeBaseSshTaskProperties.AuthenticationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BaseSshTaskProperties.AuthenticationType[]BaseSshTaskProperties.AuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.bamboo.specs.model.task with parameters of type BaseSshTaskProperties.AuthenticationType Constructor Description BaseSshTaskProperties(java.lang.String description, boolean enabled, java.lang.String host, java.lang.String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable java.lang.String password, @Nullable java.lang.String key, @Nullable java.lang.String passphrase, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifierProperties, @Nullable java.lang.String hostFingerprint, int port, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)ScpTaskProperties(java.lang.String description, boolean enabled, java.lang.String host, java.lang.String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable java.lang.String password, @Nullable java.lang.String key, @Nullable java.lang.String passphrase, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifier, @Nullable java.lang.String hostFingerprint, int port, @Nullable ArtifactItemProperties artifactItem, @Nullable java.lang.String localPath, boolean localPathAntStyle, java.lang.String remotePath, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)SshTaskProperties(java.lang.String description, boolean enabled, java.lang.String host, java.lang.String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable java.lang.String password, @Nullable java.lang.String key, @Nullable java.lang.String passphrase, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifier, @Nullable java.lang.String hostFingerprint, int port, int keepAliveIntervalInSec, java.lang.String command, java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)
-