Class ReleasesFilters
java.lang.Object
com.xebialabs.xlrelease.api.v1.forms.ReleasesFilters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReleasesFiltersactive()getFrom()com.xebialabs.xlrelease.domain.ReleaseKindgetKind()List<com.xebialabs.xlrelease.domain.status.ReleaseStatus>getTags()getTitle()getTo()booleanvoidsetAborted(boolean aborted) voidsetActive(boolean active) voidsetCategories(List<String> categories) voidsetCompleted(boolean completed) voidsetFailed(boolean failed) voidsetFailing(boolean failing) voidvoidsetInactive(boolean inactive) voidsetInProgress(boolean inProgress) voidsetKind(com.xebialabs.xlrelease.domain.ReleaseKind kind) voidsetOnlyArchived(boolean onlyArchived) voidsetOnlyFlagged(boolean onlyFlagged) voidsetOnlyMine(boolean onlyMine) voidsetOrderBy(ReleaseOrderMode orderBy) voidsetOrderDirection(ReleaseOrderDirection orderDirection) voidsetParentId(String parentId) voidsetPaused(boolean paused) voidsetPlanned(boolean planned) voidsetRiskStatusWithThresholds(RiskStatusWithThresholds riskStatusWithThresholds) voidsetTaskTags(List<String> taskTags) voidsetTimeFrame(TimeFrame timeFrame) voidvoidbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean
-
Constructor Details
-
ReleasesFilters
public ReleasesFilters()
-
-
Method Details
-
hasASelectedFilter
public boolean hasASelectedFilter() -
getTitle
-
setTitle
-
getFrom
-
setFrom
-
getTo
-
setTo
-
withPlanned
public boolean withPlanned() -
setPlanned
public void setPlanned(boolean planned) -
withActive
public boolean withActive() -
setActive
public void setActive(boolean active) -
withInProgress
public boolean withInProgress() -
setInProgress
public void setInProgress(boolean inProgress) -
withPaused
public boolean withPaused() -
setPaused
public void setPaused(boolean paused) -
withFailing
public boolean withFailing() -
setFailing
public void setFailing(boolean failing) -
withFailed
public boolean withFailed() -
setFailed
public void setFailed(boolean failed) -
withInactive
public boolean withInactive() -
setInactive
public void setInactive(boolean inactive) -
withCompleted
public boolean withCompleted() -
setCompleted
public void setCompleted(boolean completed) -
withAborted
public boolean withAborted() -
setAborted
public void setAborted(boolean aborted) -
withOnlyMine
public boolean withOnlyMine() -
setOnlyMine
public void setOnlyMine(boolean onlyMine) -
withOnlyFlagged
public boolean withOnlyFlagged() -
setOnlyFlagged
public void setOnlyFlagged(boolean onlyFlagged) -
withOnlyArchived
public boolean withOnlyArchived() -
setOnlyArchived
public void setOnlyArchived(boolean onlyArchived) -
getTimeFrame
-
setTimeFrame
-
getParentId
-
setParentId
-
active
-
getQueryStartDate
-
getQueryEndDate
-
getOrderBy
-
setOrderBy
-
getOrderDirection
-
setOrderDirection
-
getRiskStatusWithThresholds
-
setRiskStatusWithThresholds
-
getKind
public com.xebialabs.xlrelease.domain.ReleaseKind getKind() -
setKind
public void setKind(com.xebialabs.xlrelease.domain.ReleaseKind kind) -
getTags
-
setTags
-
getTaskTags
-
setTaskTags
-
getStatuses
-
getCategories
-
setCategories
-