com.danube.scrumworks.api2
Class FilterChangesByType

java.lang.Object
  extended by com.danube.scrumworks.api2.FilterChangesByType

public final class FilterChangesByType
extends java.lang.Object

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

FilterChangesByType

public FilterChangesByType()
Method Detail

setIncludeBacklogItems

public void setIncludeBacklogItems(boolean include)
Includes backlog items.

Parameters:
include - true to include backlog items

setIncludeTasks

public void setIncludeTasks(boolean include)
Includes tasks.

Parameters:
include - true to include tasks

setIncludeEpics

public void setIncludeEpics(boolean include)
Includes epics (product and program epics).

Parameters:
include - true to include epics

setIncludeProduct

public void setIncludeProduct(boolean include)
Includes product changes.

Parameters:
include - true to include product changes

setIncludePrograms

public void setIncludePrograms(boolean include)
Includes programs.

Parameters:
include - true to include programs

setIncludeTeams

public void setIncludeTeams(boolean include)
Includes teams.

Parameters:
include - true to include teams

setIncludeThemes

public void setIncludeThemes(boolean include)
Includes themes (product and program themes).

Parameters:
include - true to include themes

setIncludeReleases

public void setIncludeReleases(boolean include)
Includes releases.

Parameters:
include - true to include releases

setIncludeSprints

public void setIncludeSprints(boolean include)
Includes sprints.

Parameters:
include - true to include sprints

getIncludeBacklogItems

public boolean getIncludeBacklogItems()
Checks if backlog item changes should be included.

Returns:
true if backlog item changes should be included

getIncludeTasks

public boolean getIncludeTasks()
Checks if task changes should be included.

Returns:
true if task changes should be included

getIncludeEpics

public boolean getIncludeEpics()
Checks if epic changes should be included.

Returns:
true if epic changes should be included

getIncludeProduct

public boolean getIncludeProduct()
Checks if product changes should be included.

Returns:
true if product changes should be included

getIncludePrograms

public boolean getIncludePrograms()
Checks if program changes should be included.

Returns:
true if program changes should be included

getIncludeTeams

public boolean getIncludeTeams()
Checks if team changes should be included.

Returns:
true if team changes should be included

getIncludeThemes

public boolean getIncludeThemes()
Checks if theme changes should be included.

Returns:
true if theme changes should be included

getIncludeReleases

public boolean getIncludeReleases()
Checks if release changes should be included.

Returns:
true if release changes should be included

getIncludeSprints

public boolean getIncludeSprints()
Checks if sprint changes should be included.

Returns:
true if sprint changes should be included

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.Object
Parameters:
obj - the reference object with which to compare.
Returns:
true if this object is the same as the obj argument; false otherwise.

hashCode

public int hashCode()
Returns a hash code value for the object.

Overrides:
hashCode in class java.lang.Object
Returns:
a hash code value for this object.