public class CheckoutItem extends EntityPropertiesBuilder<CheckoutItemProperties>
| Constructor and Description |
|---|
CheckoutItem() |
| Modifier and Type | Method and Description |
|---|---|
protected CheckoutItemProperties |
build() |
CheckoutItem |
defaultRepository()
Sets this checkout request for plan's default repository.
|
CheckoutItem |
path(@NotNull String path)
Sets the path the repository should be checked out to.
|
CheckoutItem |
repository(@NotNull String repositoryName)
Sets this checkout request for a particular repository.
|
CheckoutItem |
repository(@NotNull VcsRepositoryIdentifier repositoryIdentifier)
Sets this checkout request for a particular repository.
|
public CheckoutItem defaultRepository()
public CheckoutItem repository(@NotNull @NotNull String repositoryName)
public CheckoutItem repository(@NotNull @NotNull VcsRepositoryIdentifier repositoryIdentifier)
public CheckoutItem path(@NotNull @NotNull String path)
protected CheckoutItemProperties build()
build in class EntityPropertiesBuilder<CheckoutItemProperties>Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.