|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IIssueState | |
net.sourceforge.groboutils.pmti.v1 | |
net.sourceforge.groboutils.pmti.v1.defimpl |
Uses of IIssueState in net.sourceforge.groboutils.pmti.v1 |
Subinterfaces of IIssueState in net.sourceforge.groboutils.pmti.v1 | |
interface |
IEditableIssueState
An editable form of an issue's state. |
Methods in net.sourceforge.groboutils.pmti.v1 that return IIssueState | |
IIssueState[] |
IIssueTypeInfo.getPossibleStates()
Returns all states for the current issue type. |
IIssueState[] |
IIssueTypeInfo.getTestPassedStates()
Returns the state that refer to the associated tests passing. |
IIssueState[] |
IIssueTypeInfo.getTestFailedStates()
Returns the state that refer to the associated tests failing. |
IIssueState |
IIssue.getState()
Queries the "state" of the issue. |
Methods in net.sourceforge.groboutils.pmti.v1 with parameters of type IIssueState | |
void |
IEditableIssue.setState(IIssueState state)
Sets the current state. |
Uses of IIssueState in net.sourceforge.groboutils.pmti.v1.defimpl |
Classes in net.sourceforge.groboutils.pmti.v1.defimpl that implement IIssueState | |
class |
DefaultEditableIssueState
An editable form of an issue's state. |
class |
DefaultIssueState
Describes the state of an Issue. |
Methods in net.sourceforge.groboutils.pmti.v1.defimpl that return IIssueState | |
IIssueState[] |
DefaultIssueTypeInfo.getPossibleStates()
Returns all states for the current issue type. |
IIssueState[] |
DefaultIssueTypeInfo.getTestPassedStates()
Returns the state that refer to the associated tests passing. |
IIssueState[] |
DefaultIssueTypeInfo.getTestFailedStates()
Returns the state that refer to the associated tests failing. |
IIssueState |
AbstractIssue.getState()
Queries the "state" of the issue. |
IIssueState |
AbstractEditableIssue.getState()
|
protected abstract IIssueState |
AbstractEditableIssue.createImmutableIssueState(IEditableIssueState eis)
Create a non-editable version of eis. |
Methods in net.sourceforge.groboutils.pmti.v1.defimpl with parameters of type IIssueState | |
void |
AbstractEditableIssue.setState(IIssueState state)
Sets the current state. |
protected abstract IEditableIssueState[] |
AbstractEditableIssue.createNextEditableIssueStates(IIssueState is)
Creates a set of editable issue states that can be set as 'next' for is. |
protected void |
AbstractEditableIssue.assertStateCanBeNext(IIssueState state)
|
Constructors in net.sourceforge.groboutils.pmti.v1.defimpl with parameters of type IIssueState | |
DefaultIssueTypeInfo(java.lang.String n,
IAttributeInfo[] at,
IIssueState[] as,
IIssueState[] ps,
IIssueState[] fs)
|
|
AbstractIssue(java.lang.String i,
java.lang.String t,
java.lang.String d,
IIssueState s,
IAttributeSet a)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |