Uses of Class
com.atlassian.bamboo.specs.builders.task.VcsCheckoutTask
Packages that use VcsCheckoutTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of VcsCheckoutTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return VcsCheckoutTaskModifier and TypeMethodDescriptionVcsCheckoutTask.addCheckoutOfDefaultRepository()Adds checkout request for the plan's default repository into the build directory.VcsCheckoutTask.addCheckoutOfRepository(@NotNull VcsRepositoryIdentifier repositoryIdentifier) Adds checkout request for one of plan's repositories into the build directory.VcsCheckoutTask.addCheckoutOfRepository(@NotNull String repositoryName) Adds checkout request for one of plan's repositories into the build directory.VcsCheckoutTask.checkoutItems(@NotNull CheckoutItem... checkoutItems) Adds checkout requests.VcsCheckoutTask.cleanCheckout(boolean cleanCheckout) Enables/disabled clean checkout.