|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.jnt.JNIssueComponent
public final class JNIssueComponent
Component in the java.net issue tracker.
Method Summary | |
---|---|
JNIssueSubcomponent |
add(String subComponentName,
String description,
String initialOwner,
String initialQaContact)
Addsa new subcomponent. |
String |
getName()
|
JNIssueSubcomponent |
getSubcomponent(String name)
|
Map<String,JNIssueSubcomponent> |
getSubcomponents()
Gets subcomponents in this component. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getName()
public JNIssueSubcomponent getSubcomponent(String name) throws ProcessingException
ProcessingException
public Map<String,JNIssueSubcomponent> getSubcomponents() throws ProcessingException
This requires project admin provilege.
ProcessingException
public JNIssueSubcomponent add(String subComponentName, String description, String initialOwner, String initialQaContact) throws ProcessingException
ProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |