| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.credentials |
Shared credentials for authenticating repositories or AWS access.
|
| 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.repository.git |
Git repository type.
|
| com.atlassian.bamboo.specs.model.task |
Tasks you can execute in a job.
|
| com.atlassian.bamboo.specs.model.task.docker |
Properties classes related to Docker CLI task.
|
| Modifier and Type | Method and Description |
|---|---|
protected SharedCredentialsIdentifierProperties |
SharedCredentialsIdentifier.build() |
| Modifier and Type | Field and Description |
|---|---|
protected SharedCredentialsIdentifierProperties |
BaseSshTask.sharedCredentials |
protected SharedCredentialsIdentifierProperties |
AbstractDockerRegistryTask.sharedCredentialsIdentifier |
| Modifier and Type | Method and Description |
|---|---|
SharedCredentialsIdentifierProperties |
SharedCredentialsAuthenticationProperties.getSharedCredentials() |
| Constructor and Description |
|---|
SharedCredentialsAuthenticationProperties(SharedCredentialsIdentifierProperties sharedCredentials) |
| Modifier and Type | Method and Description |
|---|---|
SharedCredentialsIdentifierProperties |
BaseSshTaskProperties.getSharedCredentialsIdentifierProperties() |
| 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,
List<? extends ConditionProperties> conditions) |
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,
List<? extends ConditionProperties> conditions) |
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,
List<? extends ConditionProperties> conditions) |
| Modifier and Type | Method and Description |
|---|---|
SharedCredentialsIdentifierProperties |
DockerRegistryTaskProperties.getSharedCredentialsIdentifier() |
| Constructor and Description |
|---|
DockerRegistryTaskProperties(String description,
boolean enabled,
DockerRegistryTaskProperties.OperationType operationType,
String image,
DockerRegistryTaskProperties.RegistryType registryType,
String username,
String password,
String email,
String environmentVariables,
String workingSubdirectory,
List<RequirementProperties> requirements,
List<? extends ConditionProperties> conditions,
SharedCredentialsIdentifierProperties sharedCredentialsIdentifierProperties) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.