Uses of Class
com.atlassian.bamboo.specs.builders.task.CheckoutItem
-
Packages that use CheckoutItem 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. -
-
Uses of CheckoutItem in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return CheckoutItem Modifier and Type Method Description CheckoutItemCheckoutItem. defaultRepository()Sets this checkout request for plan's default repository.CheckoutItemCheckoutItem. path(@NotNull java.lang.String path)Sets the path the repository should be checked out to.CheckoutItemCheckoutItem. repository(@NotNull VcsRepositoryIdentifier repositoryIdentifier)Sets this checkout request for a particular repository.CheckoutItemCheckoutItem. repository(@NotNull java.lang.String repositoryName)Sets this checkout request for a particular repository.Methods in com.atlassian.bamboo.specs.builders.task with parameters of type CheckoutItem Modifier and Type Method Description VcsCheckoutTaskVcsCheckoutTask. checkoutItems(@NotNull CheckoutItem... checkoutItems)Adds checkout requests.
-