Interface SmackCommand
-
- All Known Implementing Classes:
AbstractSmackCommand,AddComment,AddLabel,CommitCommentSmackCommand,SimpleSmackCommand
public interface SmackCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetResponseMessage()Stringrun(Map<String,String> context, BambooUser user)
-
-
-
Field Detail
-
SUCCESS
static final String SUCCESS
- See Also:
- Constant Field Values
-
ERROR
static final String ERROR
- See Also:
- Constant Field Values
-
-