public static class DeploymentVersionSearchCriteria.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeploymentVersionSearchCriteria |
build() |
DeploymentVersionSearchCriteria.Builder |
createdFromBranch(PlanKey branchKey) |
DeploymentVersionSearchCriteria.Builder |
createdFromBranch(String branchKey) |
DeploymentVersionSearchCriteria.Builder |
notCreatedFromBranch(PlanKey branchKey) |
DeploymentVersionSearchCriteria.Builder |
notCreatedFromBranch(String branchKey) |
DeploymentVersionSearchCriteria.Builder |
withDeploymentProject(long deploymentProjectId) |
DeploymentVersionSearchCriteria.Builder |
withNameLike(String nameLike) |
public DeploymentVersionSearchCriteria.Builder withDeploymentProject(long deploymentProjectId)
public DeploymentVersionSearchCriteria.Builder createdFromBranch(@NotNull String branchKey)
public DeploymentVersionSearchCriteria.Builder createdFromBranch(@NotNull PlanKey branchKey)
public DeploymentVersionSearchCriteria.Builder notCreatedFromBranch(@NotNull String branchKey)
public DeploymentVersionSearchCriteria.Builder notCreatedFromBranch(@NotNull PlanKey branchKey)
public DeploymentVersionSearchCriteria.Builder withNameLike(@NotNull String nameLike)
public DeploymentVersionSearchCriteria build()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.