public class User extends Object
<user> tag used to configure the plugin
in the pom.xml file.| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.cargo.container.property.User |
createUser()
Create user object.
|
String |
getName() |
String |
getPassword() |
String[] |
getRoles() |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setRoles(String[] roles) |
public String getName()
public void setName(String name)
name - User name.public String getPassword()
public void setPassword(String password)
password - User password.public String[] getRoles()
public void setRoles(String[] roles)
roles - User roles.public org.codehaus.cargo.container.property.User createUser()
Copyright © 2004–2018 Github. All rights reserved.