public class JIRAIssueCreationDetails extends IssueCreationDetails
| Modifier and Type | Field and Description |
|---|---|
protected Long |
issueType |
protected String |
securityLevel |
protected boolean |
securitySensitiveIssue |
| Constructor and Description |
|---|
JIRAIssueCreationDetails() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getIssueType() |
String |
getSecurityLevel() |
boolean |
isSecuritySensitiveIssue() |
JIRAIssueCreationDetails |
setIssueType(Long issueType) |
void |
setSecurityLevel(String securityLevel) |
void |
setSecuritySensitiveIssue(boolean securitySensitiveIssue) |
getDescription, getProjectKey, getTrackerURL, setDescription, setProjectKey, setTrackerURLprotected Long issueType
protected String securityLevel
protected boolean securitySensitiveIssue
public Long getIssueType()
public JIRAIssueCreationDetails setIssueType(Long issueType)
public String getSecurityLevel()
public void setSecurityLevel(String securityLevel)
public boolean isSecuritySensitiveIssue()
public void setSecuritySensitiveIssue(boolean securitySensitiveIssue)
Copyright © 2022 JBoss by Red Hat. All rights reserved.