Class DeploymentVersionSearchCriteria.Builder
- java.lang.Object
-
- com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionSearchCriteria.Builder
-
- Enclosing class:
- DeploymentVersionSearchCriteria
public static class DeploymentVersionSearchCriteria.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentVersionSearchCriteria
build()
DeploymentVersionSearchCriteria.Builder
createdFromBranch(@NotNull PlanKey branchKey)
DeploymentVersionSearchCriteria.Builder
createdFromBranch(@NotNull String branchKey)
DeploymentVersionSearchCriteria.Builder
limit(int offset, int maxResults)
DeploymentVersionSearchCriteria.Builder
notCreatedFromBranch(@NotNull PlanKey branchKey)
DeploymentVersionSearchCriteria.Builder
notCreatedFromBranch(@NotNull String branchKey)
DeploymentVersionSearchCriteria.Builder
withDeploymentProject(long deploymentProjectId)
DeploymentVersionSearchCriteria.Builder
withNameLike(@NotNull String nameLike)
-
-
-
Method Detail
-
withDeploymentProject
public DeploymentVersionSearchCriteria.Builder withDeploymentProject(long deploymentProjectId)
-
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
public DeploymentVersionSearchCriteria.Builder withNameLike(@NotNull @NotNull String nameLike)
-
limit
public DeploymentVersionSearchCriteria.Builder limit(int offset, int maxResults)
-
build
public DeploymentVersionSearchCriteria build()
-
-