Showing
1 changed file
with
14 additions
and
1 deletions
| ... | ... | @@ -62,9 +62,22 @@ public class Issue implements Serializable { |
| 62 | 62 | return getFieldValue(fieldName.name()); |
| 63 | 63 | } |
| 64 | 64 | |
| 65 | + public String getId() | |
| 66 | + { | |
| 67 | + return issue.getId(); | |
| 68 | + } | |
| 69 | + | |
| 65 | 70 | // -------------------------- ENUMERATIONS -------------------------- |
| 66 | 71 | |
| 67 | 72 | public enum Fields { |
| 68 | - summary | |
| 73 | + created, | |
| 74 | + description, | |
| 75 | + numberInProject, | |
| 76 | + projectShortName, | |
| 77 | + reporterName, | |
| 78 | + resolved, | |
| 79 | + summary, | |
| 80 | + updated, | |
| 81 | + updaterName | |
| 69 | 82 | } |
| 70 | 83 | } | ... | ... |
Please
register
or
login
to post a comment