@Immutable public final class UsernamePasswordCredentialsProperties extends SharedCredentialsProperties
| Constructor and Description |
|---|
UsernamePasswordCredentialsProperties(String name,
BambooOidProperties oid,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AtlassianModuleProperties |
getAtlassianPlugin() |
String |
getPassword() |
String |
getUsername() |
int |
hashCode() |
void |
validate() |
getName, getOidpublic UsernamePasswordCredentialsProperties(@NotNull
String name,
@Nullable
BambooOidProperties oid,
@NotNull
String username,
@Nullable
String password)
throws PropertiesValidationException
PropertiesValidationException@NotNull public AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class SharedCredentialsPropertiespublic String getUsername()
public String getPassword()
public boolean equals(Object o)
equals in class SharedCredentialsPropertiespublic int hashCode()
hashCode in class SharedCredentialsPropertiespublic void validate()
validate in interface EntityPropertiesvalidate in class SharedCredentialsPropertiesCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.