public class IssueManagement extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
system
A simple identifier for the type of issue management server used, eg jira, bugzilla, etc.
|
private String |
url
The base URL of the issue management system.
|
Constructor and Description |
---|
IssueManagement() |
IssueManagement(String system,
String url) |
private String system
public IssueManagement()
public IssueManagement(String system, String url)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.