Class CheckoutItem
java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<CheckoutItemProperties>
com.atlassian.bamboo.specs.builders.task.CheckoutItem
Represents a single checkout request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CheckoutItemProperties
build()
Sets this checkout request for plan's default repository.Sets the path the repository should be checked out to.repository
(@NotNull VcsRepositoryIdentifier repositoryIdentifier) Sets this checkout request for a particular repository.repository
(@NotNull String repositoryName) Sets this checkout request for a particular repository.
-
Constructor Details
-
CheckoutItem
public CheckoutItem()
-
-
Method Details
-
defaultRepository
Sets this checkout request for plan's default repository. Default repository is the repository which is the first on the list of plan's repositories. -
repository
Sets this checkout request for a particular repository. -
repository
Sets this checkout request for a particular repository. -
path
Sets the path the repository should be checked out to. The path must be relative to the working directory. Empty by default. -
build
- Specified by:
build
in classEntityPropertiesBuilder<CheckoutItemProperties>
-