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 | 
setOtherLocation(Object key,
                InputLocation location)  | 
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 clone()
public InputLocation getLocation(Object key)
InputLocationTrackergetLocation in interface InputLocationTrackerkey - public void setLocation(Object key, InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackerkey - location - public void setOtherLocation(Object key, InputLocation location)
key - location - public String getSystem()
public String getUrl()
public void setSystem(String system)
system - public void setUrl(String url)
url - Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.