Class DeploymentVersionSearchCriteria.Builder
java.lang.Object
com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionSearchCriteria.Builder
- Enclosing class:
- DeploymentVersionSearchCriteria
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
createdFromBranch
(@NotNull PlanKey branchKey) createdFromBranch
(@NotNull String branchKey) limit
(int offset, int maxResults) notCreatedFromBranch
(@NotNull PlanKey branchKey) notCreatedFromBranch
(@NotNull String branchKey) withDeploymentProject
(long deploymentProjectId) withNameLike
(@NotNull String nameLike)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withDeploymentProject
-
createdFromBranch
public DeploymentVersionSearchCriteria.Builder createdFromBranch(@NotNull @NotNull String branchKey) -
createdFromBranch
public DeploymentVersionSearchCriteria.Builder createdFromBranch(@NotNull @NotNull PlanKey branchKey) -
notCreatedFromBranch
public DeploymentVersionSearchCriteria.Builder notCreatedFromBranch(@NotNull @NotNull String branchKey) -
notCreatedFromBranch
public DeploymentVersionSearchCriteria.Builder notCreatedFromBranch(@NotNull @NotNull PlanKey branchKey) -
withNameLike
-
limit
-
build
-