1 29 package net.sourceforge.groboutils.pmti.v1; 30 31 32 33 40 public interface IIssueTypeInfo 41 { 42 43 46 public String getName(); 47 48 49 52 public IIssueState[] getPossibleStates(); 53 54 55 58 public IAttributeInfo[] getSupportedAttributes(); 59 60 61 66 public IIssueState[] getTestPassedStates(); 67 68 69 74 public IIssueState[] getTestFailedStates(); 75 } 76 77 | Popular Tags |