public class BaseSSHUser extends com.cloudbees.plugins.credentials.BaseCredentials implements SSHUser, com.cloudbees.plugins.credentials.common.StandardUsernameCredentials
com.cloudbees.plugins.credentials.common.StandardUsernameCredentials.NameProvider
Modifier and Type | Field and Description |
---|---|
protected String |
description
The description.
|
protected String |
id
The id.
|
protected String |
username
The username.
|
Constructor and Description |
---|
BaseSSHUser(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String username,
String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getId() |
String |
getUsername() |
int |
hashCode() |
getDescriptor, getScope
protected final String id
protected final String description
protected final String username
@NonNull public String getId()
getId
in interface com.cloudbees.plugins.credentials.common.IdCredentials
@NonNull public String getUsername()
getUsername
in interface com.cloudbees.plugins.credentials.common.UsernameCredentials
@NonNull public String getDescription()
getDescription
in interface com.cloudbees.plugins.credentials.common.StandardCredentials
Copyright © 2014. All rights reserved.