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 String
getResponseMessage()
String
run(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
-
-