|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.danube.scrumworks.api2.FilterChangesByType
public final class FilterChangesByType
Indicates what changes should be returned by getChangesSinceRevision(). By default, no types are
included.
| Constructor Summary | |
|---|---|
FilterChangesByType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
boolean |
getIncludeBacklogItems()
Checks if backlog item changes should be included. |
boolean |
getIncludeEpics()
Checks if epic changes should be included. |
boolean |
getIncludeProduct()
Checks if product changes should be included. |
boolean |
getIncludePrograms()
Checks if program changes should be included. |
boolean |
getIncludeReleases()
Checks if release changes should be included. |
boolean |
getIncludeSprints()
Checks if sprint changes should be included. |
boolean |
getIncludeTasks()
Checks if task changes should be included. |
boolean |
getIncludeTeams()
Checks if team changes should be included. |
boolean |
getIncludeThemes()
Checks if theme changes should be included. |
int |
hashCode()
Returns a hash code value for the object. |
void |
setIncludeBacklogItems(boolean include)
Includes backlog items. |
void |
setIncludeEpics(boolean include)
Includes epics (product and program epics). |
void |
setIncludeProduct(boolean include)
Includes product changes. |
void |
setIncludePrograms(boolean include)
Includes programs. |
void |
setIncludeReleases(boolean include)
Includes releases. |
void |
setIncludeSprints(boolean include)
Includes sprints. |
void |
setIncludeTasks(boolean include)
Includes tasks. |
void |
setIncludeTeams(boolean include)
Includes teams. |
void |
setIncludeThemes(boolean include)
Includes themes (product and program themes). |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterChangesByType()
| Method Detail |
|---|
public void setIncludeBacklogItems(boolean include)
include - true to include backlog itemspublic void setIncludeTasks(boolean include)
include - true to include taskspublic void setIncludeEpics(boolean include)
include - true to include epicspublic void setIncludeProduct(boolean include)
include - true to include product changespublic void setIncludePrograms(boolean include)
include - true to include programspublic void setIncludeTeams(boolean include)
include - true to include teamspublic void setIncludeThemes(boolean include)
include - true to include themespublic void setIncludeReleases(boolean include)
include - true to include releasespublic void setIncludeSprints(boolean include)
include - true to include sprintspublic boolean getIncludeBacklogItems()
true if backlog item changes should be includedpublic boolean getIncludeTasks()
true if task changes should be includedpublic boolean getIncludeEpics()
true if epic changes should be includedpublic boolean getIncludeProduct()
true if product changes should be includedpublic boolean getIncludePrograms()
true if program changes should be includedpublic boolean getIncludeTeams()
true if team changes should be includedpublic boolean getIncludeThemes()
true if theme changes should be includedpublic boolean getIncludeReleases()
true if release changes should be includedpublic boolean getIncludeSprints()
true if sprint changes should be includedpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the reference object with which to compare.
true if this object is the same as the obj
argument; false otherwise.public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||