public class PutUserMojo extends ConfigurableMojo<PutUserOptions> implements PutUserOptions
| Constructor and Description |
|---|
PutUserMojo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandName() |
String |
getUserEmail() |
String |
getUserKey() |
String |
getUserLangs() |
String |
getUserName() |
String |
getUserPasswordHash() |
String |
getUserRoles() |
String |
getUserUsername() |
PutUserCommand |
initCommand() |
boolean |
isUserDisabled() |
void |
setUserDisabled(boolean userDisabled) |
void |
setUserEmail(String userEmail) |
void |
setUserKey(String userKey) |
void |
setUserLangs(String userLangs) |
void |
setUserName(String userName) |
void |
setUserPasswordHash(String userPasswordHash) |
void |
setUserRoles(String userRoles) |
void |
setUserUsername(String userUsername) |
execute, getCommandDescription, getDebug, getErrors, getHelp, getKey, getLogHttp, getQuiet, getUrl, getUserConfig, getUsername, isDebugSet, isDisableSSLCert, isErrorsSet, isInteractiveMode, isQuietSet, runCommand, setDebug, setDisableSSLCert, setErrors, setHelp, setInteractiveMode, setKey, setLogHttp, setQuiet, setUrl, setUserConfig, setUsernamegetLog, getPluginContext, setLog, setPluginContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKey, getLogHttp, getUrl, getUserConfig, getUsername, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsernamegetCommandDescription, getDebug, getErrors, getHelp, getQuiet, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setDebug, setErrors, setHelp, setInteractiveMode, setQuietpublic PutUserCommand initCommand()
initCommand in interface BasicOptionsinitCommand in class ConfigurableMojo<PutUserOptions>public String getUserName()
getUserName in interface PutUserOptionspublic void setUserName(String userName)
setUserName in interface PutUserOptionspublic String getUserEmail()
getUserEmail in interface PutUserOptionspublic void setUserEmail(String userEmail)
setUserEmail in interface PutUserOptionspublic String getUserUsername()
getUserUsername in interface PutUserOptionspublic void setUserUsername(String userUsername)
setUserUsername in interface PutUserOptionspublic String getUserPasswordHash()
getUserPasswordHash in interface PutUserOptionspublic void setUserPasswordHash(String userPasswordHash)
setUserPasswordHash in interface PutUserOptionspublic String getUserKey()
getUserKey in interface PutUserOptionspublic void setUserKey(String userKey)
setUserKey in interface PutUserOptionspublic String getUserRoles()
getUserRoles in interface PutUserOptionspublic void setUserRoles(String userRoles)
setUserRoles in interface PutUserOptionspublic String getUserLangs()
getUserLangs in interface PutUserOptionspublic void setUserLangs(String userLangs)
setUserLangs in interface PutUserOptionspublic boolean isUserDisabled()
isUserDisabled in interface PutUserOptionspublic void setUserDisabled(boolean userDisabled)
setUserDisabled in interface PutUserOptionspublic String getCommandName()
getCommandName in interface BasicOptionsCopyright © 2010-2013 Zanata Project. All Rights Reserved.