| 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.codegen.emitters.task |
Various implementations of
CodeEmitter which are used for converting
TaskProperties model into Java. |
| com.atlassian.bamboo.specs.model.task |
Tasks you can execute in a job.
|
| Modifier and Type | Method and Description |
|---|---|
protected ArtifactItemProperties |
ArtifactItem.build() |
| Modifier and Type | Method and Description |
|---|---|
String |
ArtifactItemEmitter.emitCode(CodeGenerationContext context,
ArtifactItemProperties value) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactItemProperties |
ScpTaskProperties.getArtifactItem() |
| Constructor and Description |
|---|
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) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.