java.io.Serializable, java.lang.Cloneable, InputLocationTrackerpublic class IssueManagement extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable, InputLocationTracker
| Constructor | Description |
|---|---|
IssueManagement() |
| Modifier and Type | Method | Description |
|---|---|---|
IssueManagement |
clone() |
Method clone.
|
InputLocation |
getLocation(java.lang.Object key) |
Gets the location of the specified field in the input
source.
|
java.lang.String |
getSystem() |
Get the name of the issue management system, e.g.
|
java.lang.String |
getUrl() |
Get uRL for the issue management system used by the project.
|
void |
setLocation(java.lang.Object key,
InputLocation location) |
Sets the location of the specified field.
|
void |
setSystem(java.lang.String system) |
Set the name of the issue management system, e.g.
|
void |
setUrl(java.lang.String url) |
Set uRL for the issue management system used by the project.
|
public IssueManagement clone()
clone in class java.lang.Objectpublic InputLocation getLocation(java.lang.Object key)
InputLocationTrackergetLocation in interface InputLocationTrackerkey - public java.lang.String getSystem()
public java.lang.String getUrl()
public void setLocation(java.lang.Object key,
InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackerkey - location - public void setSystem(java.lang.String system)
system - public void setUrl(java.lang.String url)
url -