Class DeploymentVersionSearchCriteria
- java.lang.Object
-
- com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionSearchCriteria
-
public class DeploymentVersionSearchCriteria extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeploymentVersionSearchCriteria.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeploymentVersionSearchCriteria.Builder
builder()
@Nullable String
getCreatedFromBranch()
@Nullable Long
getDeploymentProjectId()
int
getMaxResults()
@Nullable String
getNameLike()
@Nullable String
getNotCreatedFromBranch()
int
getOffset()
-
-
-
Method Detail
-
builder
public static DeploymentVersionSearchCriteria.Builder builder()
-
getDeploymentProjectId
@Nullable public @Nullable Long getDeploymentProjectId()
-
getCreatedFromBranch
@Nullable public @Nullable String getCreatedFromBranch()
-
getNameLike
@Nullable public @Nullable String getNameLike()
-
getNotCreatedFromBranch
@Nullable public @Nullable String getNotCreatedFromBranch()
-
getOffset
public int getOffset()
-
getMaxResults
public int getMaxResults()
-
-