| 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.codegen.emitters.credentials |
Various implementations of
CodeEmitter which are used for converting
EntityProperties model into Java. |
| 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 @Nullable SharedCredentialsIdentifierProperties |
BaseSshTask.sharedCredentials |
protected @Nullable SharedCredentialsIdentifierProperties |
AbstractDockerRegistryTask.sharedCredentialsIdentifier |
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
SharedCredentialsIdentifierEmitter.emitCode(@NotNull CodeGenerationContext context,
@NotNull SharedCredentialsIdentifierProperties entity) |
| Modifier and Type | Method and Description |
|---|---|
SharedCredentialsIdentifierProperties |
SharedCredentialsAuthenticationProperties.getSharedCredentials() |
| Constructor and Description |
|---|
SharedCredentialsAuthenticationProperties(SharedCredentialsIdentifierProperties sharedCredentials) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable SharedCredentialsIdentifierProperties |
BaseSshTaskProperties.getSharedCredentialsIdentifierProperties() |
| Constructor and Description |
|---|
BaseSshTaskProperties(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) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable SharedCredentialsIdentifierProperties |
DockerRegistryTaskProperties.getSharedCredentialsIdentifier() |
| Constructor and Description |
|---|
DockerRegistryTaskProperties(@Nullable String description,
boolean enabled,
@NotNull DockerRegistryTaskProperties.OperationType operationType,
@NotNull String image,
@NotNull DockerRegistryTaskProperties.RegistryType registryType,
@Nullable String username,
@Nullable String password,
@Nullable String email,
@Nullable String environmentVariables,
@Nullable String workingSubdirectory,
@NotNull List<RequirementProperties> requirements,
@NotNull List<? extends ConditionProperties> conditions,
@Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifierProperties) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.