
Public Member Functions | |
| CommentParser (String text) | |
| String | getComment () |
| List< PairValue > | getParticipants () |
| List< String > | getAttachments () |
| PairValue | getDescription () |
| PairValue | getPriority () |
| PairValue | getType () |
| PairValue | getGrouping () |
| PairValue | getDossier () |
| PairValue | getVersion () |
| PairValue | getPublishable () |
| PairValue | getControl () |
| PairValue | getDelivery () |
| PairValue | getStartDate () |
| PairValue | getStatus () |
| PairValue | getResolution () |
| PairValue | getDuplicated () |
| String | getHours () |
| String | getExpenses () |
| String | getPrice () |
| PairValue | getPrevisionHours () |
| PairValue | getPrevisionExpenses () |
| PairValue | getPrevisionPrice () |
| String | getText (StringJoiner block) |
| String | getSingleValue (StringJoiner options) |
| PairValue | getPairValue (StringJoiner options) |
| PairValue | getPairValue (StringJoiner prefix, StringJoiner options, String separator) |
Definition at line 34 of file CommentParser.java.
| org.turro.dossier.issue.parser.CommentParser.CommentParser | ( | String | text | ) |
Definition at line 42 of file CommentParser.java.

| List<String> org.turro.dossier.issue.parser.CommentParser.getAttachments | ( | ) |
Definition at line 93 of file CommentParser.java.
| String org.turro.dossier.issue.parser.CommentParser.getComment | ( | ) |
| PairValue org.turro.dossier.issue.parser.CommentParser.getControl | ( | ) |
Definition at line 129 of file CommentParser.java.

| PairValue org.turro.dossier.issue.parser.CommentParser.getDelivery | ( | ) |
| PairValue org.turro.dossier.issue.parser.CommentParser.getDescription | ( | ) |
| PairValue org.turro.dossier.issue.parser.CommentParser.getDossier | ( | ) |
| PairValue org.turro.dossier.issue.parser.CommentParser.getDuplicated | ( | ) |
| String org.turro.dossier.issue.parser.CommentParser.getExpenses | ( | ) |
Definition at line 157 of file CommentParser.java.

| PairValue org.turro.dossier.issue.parser.CommentParser.getGrouping | ( | ) |
| String org.turro.dossier.issue.parser.CommentParser.getHours | ( | ) |
| PairValue org.turro.dossier.issue.parser.CommentParser.getPairValue | ( | StringJoiner | options | ) |
Definition at line 210 of file CommentParser.java.

| PairValue org.turro.dossier.issue.parser.CommentParser.getPairValue | ( | StringJoiner | prefix, |
| StringJoiner | options, | ||
| String | separator | ||
| ) |
Definition at line 221 of file CommentParser.java.
| List<PairValue> org.turro.dossier.issue.parser.CommentParser.getParticipants | ( | ) |
| PairValue org.turro.dossier.issue.parser.CommentParser.getPrevisionExpenses | ( | ) |
| PairValue org.turro.dossier.issue.parser.CommentParser.getPrevisionHours | ( | ) |
| PairValue org.turro.dossier.issue.parser.CommentParser.getPrevisionPrice | ( | ) |
| String org.turro.dossier.issue.parser.CommentParser.getPrice | ( | ) |
| PairValue org.turro.dossier.issue.parser.CommentParser.getPriority | ( | ) |
| PairValue org.turro.dossier.issue.parser.CommentParser.getPublishable | ( | ) |
| PairValue org.turro.dossier.issue.parser.CommentParser.getResolution | ( | ) |
| String org.turro.dossier.issue.parser.CommentParser.getSingleValue | ( | StringJoiner | options | ) |
| PairValue org.turro.dossier.issue.parser.CommentParser.getStartDate | ( | ) |
| PairValue org.turro.dossier.issue.parser.CommentParser.getStatus | ( | ) |
| String org.turro.dossier.issue.parser.CommentParser.getText | ( | StringJoiner | block | ) |
| PairValue org.turro.dossier.issue.parser.CommentParser.getType | ( | ) |
| PairValue org.turro.dossier.issue.parser.CommentParser.getVersion | ( | ) |