public class IssueTrack extends AbstractIssue
Modifier and Type | Class and Description |
---|---|
static class |
IssueTrack.TrackIssue |
Constructor and Description |
---|
IssueTrack(int issuetype,
int track,
IssueTrack.TrackIssue trackissue) |
Modifier and Type | Method and Description |
---|---|
int |
getTrack() |
java.lang.String |
toLabel()
Issue Label
|
getType, setType
public IssueTrack(int issuetype, int track, IssueTrack.TrackIssue trackissue)
public int getTrack()
public java.lang.String toLabel()
AbstractIssue
toLabel
in class AbstractIssue