Uses of Class
com.atlassian.bamboo.specs.builders.task.CheckoutItem
Packages that use 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
Methods in com.atlassian.bamboo.specs.builders.task that return CheckoutItemModifier 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.Methods in com.atlassian.bamboo.specs.builders.task with parameters of type CheckoutItemModifier and TypeMethodDescriptionVcsCheckoutTask.checkoutItems(@NotNull CheckoutItem... checkoutItems) Adds checkout requests.