@Immutable public final class UsernamePasswordCredentialsProperties extends SharedCredentialsProperties
| Constructor and Description |
|---|
UsernamePasswordCredentialsProperties(@NotNull String name,
@Nullable BambooOidProperties oid,
@NotNull String username,
@Nullable String password) |
UsernamePasswordCredentialsProperties(@NotNull String name,
@Nullable BambooOidProperties oid,
@NotNull String username,
@Nullable String password,
@Nullable ProjectProperties project) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@NotNull AtlassianModuleProperties |
getAtlassianPlugin() |
String |
getPassword() |
String |
getUsername() |
int |
hashCode() |
void |
validate() |
getName, getOid, getProject, humanReadableId, humanReadableTypepublic UsernamePasswordCredentialsProperties(@NotNull
@NotNull String name,
@Nullable
@Nullable BambooOidProperties oid,
@NotNull
@NotNull String username,
@Nullable
@Nullable String password)
throws PropertiesValidationException
PropertiesValidationExceptionpublic UsernamePasswordCredentialsProperties(@NotNull
@NotNull String name,
@Nullable
@Nullable BambooOidProperties oid,
@NotNull
@NotNull String username,
@Nullable
@Nullable String password,
@Nullable
@Nullable ProjectProperties project)
throws PropertiesValidationException
PropertiesValidationException@NotNull public @NotNull 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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.