Uses of Class
com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionSearchCriteria.Builder
Packages that use DeploymentVersionSearchCriteria.Builder
-
Uses of DeploymentVersionSearchCriteria.Builder in com.atlassian.bamboo.deployments.versions.persistence
Methods in com.atlassian.bamboo.deployments.versions.persistence that return DeploymentVersionSearchCriteria.BuilderModifier 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)