public class IssueManagement extends Objectimplements Serializable , Cloneable , InputLocationTracker
| Constructor and Description |
|---|
IssueManagement()
|
| Modifier and Type | Method and Description |
|---|---|
IssueManagement |
clone()
Method clone.
|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
String |
getSystem()
Get the name of the issue management system, e.g.
|
String |
getUrl()
Get uRL for the issue management system used by the project.
|
void |
setLocation(Object
Sets the location of the specified field.
|
void |
setSystem(String
Set the name of the issue management system, e.g.
|
void |
setUrl(String
Set uRL for the issue management system used by the project.
|
public IssueManagementclone()
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public StringgetSystem()
public StringgetUrl()
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -
public void setSystem(Stringsystem)
system -
public void setUrl(Stringurl)
url -