com.atlassian.bamboo.xmpp.commands
Interface SmackCommand

All Known Implementing Classes:
AbstractSmackCommand, AddComment, AddLabel

public interface SmackCommand


Field Summary
static String ERROR
           
static String SUCCESS
           
 
Method Summary
 String getResponseMessage()
           
 String run(Map context, AcegiBambooUser user)
           
 

Field Detail

SUCCESS

static final String SUCCESS
See Also:
Constant Field Values

ERROR

static final String ERROR
See Also:
Constant Field Values
Method Detail

run

String run(Map context,
           AcegiBambooUser user)
           throws Exception
Throws:
Exception

getResponseMessage

String getResponseMessage()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.