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, setTypepublic IssueTrack(int issuetype,
                  int track,
                  IssueTrack.TrackIssue trackissue)
public int getTrack()
public java.lang.String toLabel()
AbstractIssuetoLabel in class AbstractIssue