public class MberAccessProfile extends Object implements hudson.model.Describable<MberAccessProfile>
| Modifier and Type | Class and Description |
|---|---|
static class |
MberAccessProfile.DescriptorImpl |
| Constructor and Description |
|---|
MberAccessProfile(String name,
String application,
String username,
String password,
String url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication() |
static String |
getDefaultUrl() |
hudson.model.Descriptor<MberAccessProfile> |
getDescriptor() |
String |
getName() |
hudson.util.Secret |
getPassword() |
String |
getUrl() |
String |
getUsername() |
public String getName()
public String getApplication()
public String getUsername()
public hudson.util.Secret getPassword()
public String getUrl()
public static String getDefaultUrl()
public hudson.model.Descriptor<MberAccessProfile> getDescriptor()
getDescriptor in interface hudson.model.Describable<MberAccessProfile>Copyright © 2004-2015. All Rights Reserved.