|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueTypeInfo
Information about the owning problem manager.
Constructor Summary | |
DefaultIssueTypeInfo(java.lang.String n,
IAttributeInfo[] at,
IIssueState[] as,
IIssueState[] ps,
IIssueState[] fs)
|
Method Summary | |
java.lang.String |
getName()
Returns the type name. |
IIssueState[] |
getPossibleStates()
Returns all states for the current issue type. |
IAttributeInfo[] |
getSupportedAttributes()
Returns all attributes allowed for an issue of this type. |
IIssueState[] |
getTestFailedStates()
Returns the state that refer to the associated tests failing. |
IIssueState[] |
getTestPassedStates()
Returns the state that refer to the associated tests passing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultIssueTypeInfo(java.lang.String n, IAttributeInfo[] at, IIssueState[] as, IIssueState[] ps, IIssueState[] fs)
Method Detail |
public java.lang.String getName()
getName
in interface IIssueTypeInfo
public IIssueState[] getPossibleStates()
getPossibleStates
in interface IIssueTypeInfo
public IAttributeInfo[] getSupportedAttributes()
getSupportedAttributes
in interface IIssueTypeInfo
public IIssueState[] getTestPassedStates()
getTestPassedStates
in interface IIssueTypeInfo
public IIssueState[] getTestFailedStates()
getTestFailedStates
in interface IIssueTypeInfo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |