| 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 CheckoutItemProperties |
CheckoutItem.build() |
| Modifier and Type | Method and Description |
|---|---|
String |
CheckoutSpecEmitter.emitCode(CodeGenerationContext context,
CheckoutItemProperties entity) |
| Modifier and Type | Method and Description |
|---|---|
static CheckoutItemProperties |
CheckoutItemProperties.forDefaultRepository() |
| Modifier and Type | Method and Description |
|---|---|
List<CheckoutItemProperties> |
VcsCheckoutTaskProperties.getCheckoutItems() |
| Constructor and Description |
|---|
VcsCheckoutTaskProperties(String description,
boolean isEnabled,
List<CheckoutItemProperties> checkoutItems,
boolean cleanCheckout) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.