Uses of Class
com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionSearchCriteria.Builder
-
Uses of DeploymentVersionSearchCriteria.Builder in com.atlassian.bamboo.deployments.versions.persistence
Modifier and TypeMethodDescriptionDeploymentVersionSearchCriteria.builder()
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)