public final class GitHubActionContainerConfiguration extends Object
| Constructor and Description |
|---|
GitHubActionContainerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
imageName()
Get the imageName property: The image name for the build.
|
String |
password()
Get the password property: The password used to upload the image to the container registry.
|
String |
serverUrl()
Get the serverUrl property: The server URL for the container registry where the build will be hosted.
|
String |
username()
Get the username property: The username used to upload the image to the container registry.
|
void |
validate()
Validates the instance.
|
GitHubActionContainerConfiguration |
withImageName(String imageName)
Set the imageName property: The image name for the build.
|
GitHubActionContainerConfiguration |
withPassword(String password)
Set the password property: The password used to upload the image to the container registry.
|
GitHubActionContainerConfiguration |
withServerUrl(String serverUrl)
Set the serverUrl property: The server URL for the container registry where the build will be hosted.
|
GitHubActionContainerConfiguration |
withUsername(String username)
Set the username property: The username used to upload the image to the container registry.
|
public String serverUrl()
public GitHubActionContainerConfiguration withServerUrl(String serverUrl)
serverUrl - the serverUrl value to set.public String imageName()
public GitHubActionContainerConfiguration withImageName(String imageName)
imageName - the imageName value to set.public String username()
public GitHubActionContainerConfiguration withUsername(String username)
username - the username value to set.public String password()
public GitHubActionContainerConfiguration withPassword(String password)
password - the password value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.