|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.paylogic.fogbugz.FogbugzCase
public class FogbugzCase
Class that holds data from fogbugz case. Interact with these objects using the FogbugzManager class.
| Constructor Summary | |
|---|---|
FogbugzCase(int id,
String title,
int openedBy,
int assignedTo,
List<String> tags,
boolean isOpen,
String featureBranch,
String originalBranch,
String targetBranch,
String approvedRevision,
String ciProject,
String milestone)
|
|
FogbugzCase(int id,
String title,
int openedBy,
int assignedTo,
String tags,
boolean isOpen,
String featureBranch,
String originalBranch,
String targetBranch,
String approvedRevision,
String ciProject,
String milestone)
|
|
| Method Summary | |
|---|---|
void |
addTag(String tag)
Add a tag for this case. |
void |
assignToOpener()
Assign case back to person who opened the case. |
boolean |
equals(Object otherCase)
|
boolean |
hasTag(String tag)
Check if tag is in tags list. |
void |
removeTag(String tag)
Removes tag from list. |
static List<String> |
tagsFromCSV(String tags)
Load tags from String with CSV |
String |
tagsToCSV()
Create CSV String of tags. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FogbugzCase(int id,
String title,
int openedBy,
int assignedTo,
List<String> tags,
boolean isOpen,
String featureBranch,
String originalBranch,
String targetBranch,
String approvedRevision,
String ciProject,
String milestone)
public FogbugzCase(int id,
String title,
int openedBy,
int assignedTo,
String tags,
boolean isOpen,
String featureBranch,
String originalBranch,
String targetBranch,
String approvedRevision,
String ciProject,
String milestone)
| Method Detail |
|---|
public static List<String> tagsFromCSV(String tags)
tags - A String with tags in CSV format.
public String tagsToCSV()
public void addTag(String tag)
tag - public boolean hasTag(String tag)
tag -
public void removeTag(String tag)
tag - The tag to remove.public void assignToOpener()
public boolean equals(Object otherCase)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||