Class ReleasesFilters
java.lang.Object
com.xebialabs.xlrelease.api.v1.forms.ReleasesFilters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReleasesFilters
active()
getFrom()
getKind()
getTags()
getTitle()
getTo()
boolean
void
setAborted
(boolean aborted) void
setActive
(boolean active) void
setCategories
(List<String> categories) void
setCompleted
(boolean completed) void
setFailed
(boolean failed) void
setFailing
(boolean failing) void
void
setInactive
(boolean inactive) void
setInProgress
(boolean inProgress) void
setKind
(ReleaseKind kind) void
setOnlyArchived
(boolean onlyArchived) void
setOnlyFlagged
(boolean onlyFlagged) void
setOnlyMine
(boolean onlyMine) void
setOrderBy
(ReleaseOrderMode orderBy) void
setOrderDirection
(ReleaseOrderDirection orderDirection) void
setParentId
(String parentId) void
setPaused
(boolean paused) void
setPlanned
(boolean planned) void
setRiskStatusWithThresholds
(RiskStatusWithThresholds riskStatusWithThresholds) void
setTaskTags
(List<String> taskTags) void
setTemplateId
(String templateId) void
setTimeFrame
(TimeFrame timeFrame) void
void
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
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
-
setKind
-
getTags
-
setTags
-
getTaskTags
-
setTaskTags
-
getStatuses
-
getCategories
-
setCategories
-
getTemplateId
-
setTemplateId
-