| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CheckoutItem |
CheckoutItem.defaultRepository()
Sets this checkout request for plan's default repository.
|
CheckoutItem |
CheckoutItem.path(@NotNull String path)
Sets the path the repository should be checked out to.
|
CheckoutItem |
CheckoutItem.repository(@NotNull String repositoryName)
Sets this checkout request for a particular repository.
|
CheckoutItem |
CheckoutItem.repository(@NotNull VcsRepositoryIdentifier repositoryIdentifier)
Sets this checkout request for a particular repository.
|
| Modifier and Type | Method and Description |
|---|---|
VcsCheckoutTask |
VcsCheckoutTask.checkoutItems(CheckoutItem... checkoutItems)
Adds checkout requests.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.