Uses of Class
com.atlassian.bamboo.specs.builders.task.CheckoutItem
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of CheckoutItem in com.atlassian.bamboo.specs.builders.task
Modifier and TypeMethodDescriptionCheckoutItem.defaultRepository()
Sets this checkout request for plan's default repository.Sets the path the repository should be checked out to.CheckoutItem.repository
(@NotNull VcsRepositoryIdentifier repositoryIdentifier) Sets this checkout request for a particular repository.CheckoutItem.repository
(@NotNull String repositoryName) Sets this checkout request for a particular repository.Modifier and TypeMethodDescriptionVcsCheckoutTask.checkoutItems
(@NotNull CheckoutItem... checkoutItems) Adds checkout requests.