Uses of Class
com.atlassian.bamboo.xmpp.UserMessageContext.Commands
-
Packages that use UserMessageContext.Commands Package Description com.atlassian.bamboo.xmpp -
-
Uses of UserMessageContext.Commands in com.atlassian.bamboo.xmpp
Methods in com.atlassian.bamboo.xmpp that return UserMessageContext.Commands Modifier and Type Method Description static UserMessageContext.Commands
UserMessageContext.Commands. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserMessageContext.Commands[]
UserMessageContext.Commands. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-