public final class UserProperties extends Object
| Constructor and Description |
|---|
UserProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
publishingPassword()
Get the publishingPassword property: Password used for publishing.
|
String |
publishingPasswordHash()
Get the publishingPasswordHash property: Password hash used for publishing.
|
String |
publishingPasswordHashSalt()
Get the publishingPasswordHashSalt property: Password hash salt used for publishing.
|
String |
publishingUsername()
Get the publishingUsername property: Username used for publishing.
|
String |
scmUri()
Get the scmUri property: Url of SCM site.
|
void |
validate()
Validates the instance.
|
UserProperties |
withPublishingPassword(String publishingPassword)
Set the publishingPassword property: Password used for publishing.
|
UserProperties |
withPublishingPasswordHash(String publishingPasswordHash)
Set the publishingPasswordHash property: Password hash used for publishing.
|
UserProperties |
withPublishingPasswordHashSalt(String publishingPasswordHashSalt)
Set the publishingPasswordHashSalt property: Password hash salt used for publishing.
|
UserProperties |
withPublishingUsername(String publishingUsername)
Set the publishingUsername property: Username used for publishing.
|
UserProperties |
withScmUri(String scmUri)
Set the scmUri property: Url of SCM site.
|
public String publishingUsername()
public UserProperties withPublishingUsername(String publishingUsername)
publishingUsername - the publishingUsername value to set.public String publishingPassword()
public UserProperties withPublishingPassword(String publishingPassword)
publishingPassword - the publishingPassword value to set.public String publishingPasswordHash()
public UserProperties withPublishingPasswordHash(String publishingPasswordHash)
publishingPasswordHash - the publishingPasswordHash value to set.public String publishingPasswordHashSalt()
public UserProperties withPublishingPasswordHashSalt(String publishingPasswordHashSalt)
publishingPasswordHashSalt - the publishingPasswordHashSalt value to set.public String scmUri()
public UserProperties withScmUri(String scmUri)
scmUri - the scmUri value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.