| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected BaseSshTaskProperties.AuthenticationType |
BaseSshTask.authenticationType |
| Modifier and Type | Method and Description |
|---|---|
BaseSshTaskProperties.AuthenticationType |
BaseSshTaskProperties.getAuthenticationType() |
static BaseSshTaskProperties.AuthenticationType |
BaseSshTaskProperties.AuthenticationType.valueOf(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.
|
| Constructor and Description |
|---|
BaseSshTaskProperties(String description,
boolean enabled,
String host,
String username,
BaseSshTaskProperties.AuthenticationType authenticationType,
String password,
String key,
String passphrase,
SharedCredentialsIdentifierProperties sharedCredentialsIdentifierProperties,
String hostFingerprint,
int port,
List<RequirementProperties> requirements) |
ScpTaskProperties(String description,
boolean enabled,
String host,
String username,
BaseSshTaskProperties.AuthenticationType authenticationType,
String password,
String key,
String passphrase,
SharedCredentialsIdentifierProperties sharedCredentialsIdentifier,
String hostFingerprint,
int port,
ArtifactItemProperties artifactItem,
String localPath,
boolean localPathAntStyle,
String remotePath,
List<RequirementProperties> requirements) |
SshTaskProperties(String description,
boolean enabled,
String host,
String username,
BaseSshTaskProperties.AuthenticationType authenticationType,
String password,
String key,
String passphrase,
SharedCredentialsIdentifierProperties sharedCredentialsIdentifier,
String hostFingerprint,
int port,
int keepAliveIntervalInSec,
String command,
List<RequirementProperties> requirements) |
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.