|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IssueLinking
Represents the Issue Linking administration page.
Method Summary | |
---|---|
void |
addIssueLink(String name,
String outward,
String inward)
Adds an issue link type to JIRA. |
void |
delete(String name)
Deletes an issue link type. |
void |
disable()
Disables issue linking across JIRA. |
void |
enable()
Enables issue linking across JIRA. |
boolean |
exists(String name)
Determines whether an issue link type exists or not. |
Method Detail |
---|
void enable()
void disable()
void addIssueLink(String name, String outward, String inward)
name
- the name of the issue link type to create.outward
- the label to describe outward links.inward
- the label to describe inward links.void delete(String name)
name
- the name of the issue link type to delete.boolean exists(String name)
name
- The name of the issue type to test for.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |