public class IssueManagement extends Object implements Serializable, Cloneable, InputLocationTracker
Constructor and Description |
---|
IssueManagement() |
Modifier and Type | Method and Description |
---|---|
IssueManagement |
clone()
Method clone.
|
InputLocation |
getLocation(Object key)
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 key,
InputLocation location)
Sets the location of the specified field.
|
void |
setSystem(String system)
Set the name of the issue management system, e.g.
|
void |
setUrl(String url)
Set uRL for the issue management system used by the project.
|
public IssueManagement()
public IssueManagement clone()
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
key
- public String getSystem()
public String getUrl()
public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
key
- location
- public void setSystem(String system)
system
- Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.