com.atlassian.bamboo.deployments.versions.persistence
Class DeploymentVersionSearchCriteria.Builder

java.lang.Object
  extended by com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionSearchCriteria.Builder
Enclosing class:
DeploymentVersionSearchCriteria

public static class DeploymentVersionSearchCriteria.Builder
extends java.lang.Object


Constructor Summary
DeploymentVersionSearchCriteria.Builder()
           
 
Method Summary
 DeploymentVersionSearchCriteria build()
           
 DeploymentVersionSearchCriteria.Builder createdFromBranch(PlanKey branchKey)
           
 DeploymentVersionSearchCriteria.Builder createdFromBranch(java.lang.String branchKey)
           
 DeploymentVersionSearchCriteria.Builder notCreatedFromBranch(PlanKey branchKey)
           
 DeploymentVersionSearchCriteria.Builder notCreatedFromBranch(java.lang.String branchKey)
           
 DeploymentVersionSearchCriteria.Builder withDeploymentProject(long deploymentProjectId)
           
 DeploymentVersionSearchCriteria.Builder withNameLike(java.lang.String nameLike)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentVersionSearchCriteria.Builder

public DeploymentVersionSearchCriteria.Builder()
Method Detail

withDeploymentProject

public DeploymentVersionSearchCriteria.Builder withDeploymentProject(long deploymentProjectId)

createdFromBranch

public DeploymentVersionSearchCriteria.Builder createdFromBranch(@NotNull
                                                                 java.lang.String branchKey)

createdFromBranch

public DeploymentVersionSearchCriteria.Builder createdFromBranch(@NotNull
                                                                 PlanKey branchKey)

notCreatedFromBranch

public DeploymentVersionSearchCriteria.Builder notCreatedFromBranch(@NotNull
                                                                    java.lang.String branchKey)

notCreatedFromBranch

public DeploymentVersionSearchCriteria.Builder notCreatedFromBranch(@NotNull
                                                                    PlanKey branchKey)

withNameLike

public DeploymentVersionSearchCriteria.Builder withNameLike(@NotNull
                                                            java.lang.String nameLike)

build

public DeploymentVersionSearchCriteria build()


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.