public class IssueManagement extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable, InputLocationTracker
| Modifier and Type | Field and Description |
|---|---|
private InputLocation |
location
Field location.
|
private java.util.Map<java.lang.Object,InputLocation> |
locations
Field locations.
|
private java.lang.String |
system
The name of the issue management system, e.g.
|
private InputLocation |
systemLocation
Field systemLocation.
|
private java.lang.String |
url
URL for the issue management system used by the project.
|
private InputLocation |
urlLocation
Field urlLocation.
|
| Constructor and Description |
|---|
IssueManagement() |
| Modifier and Type | Method and Description |
|---|---|
IssueManagement |
clone()
Method clone.
|
InputLocation |
getLocation(java.lang.Object key)
Gets the location of the specified field in the input
source.
|
private InputLocation |
getOtherLocation(java.lang.Object key) |
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 |
setOtherLocation(java.lang.Object key,
InputLocation location) |
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.
|
private java.lang.String system
private java.lang.String url
private java.util.Map<java.lang.Object,InputLocation> locations
private InputLocation location
private InputLocation systemLocation
private InputLocation urlLocation
public IssueManagement clone()
clone in class java.lang.Objectpublic InputLocation getLocation(java.lang.Object key)
InputLocationTrackergetLocation in interface InputLocationTrackerkey - public void setLocation(java.lang.Object key,
InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackerkey - location - public void setOtherLocation(java.lang.Object key,
InputLocation location)
key - location - private InputLocation getOtherLocation(java.lang.Object key)
key - public java.lang.String getSystem()
public java.lang.String getUrl()
public void setSystem(java.lang.String system)
system - public void setUrl(java.lang.String url)
url -