public final class GitHubActionCodeConfiguration extends Object
| Constructor and Description |
|---|
GitHubActionCodeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
runtimeStack()
Get the runtimeStack property: Runtime stack is used to determine the workflow file content for code base apps.
|
String |
runtimeVersion()
Get the runtimeVersion property: Runtime version is used to determine what build version to set in the workflow
file.
|
void |
validate()
Validates the instance.
|
GitHubActionCodeConfiguration |
withRuntimeStack(String runtimeStack)
Set the runtimeStack property: Runtime stack is used to determine the workflow file content for code base apps.
|
GitHubActionCodeConfiguration |
withRuntimeVersion(String runtimeVersion)
Set the runtimeVersion property: Runtime version is used to determine what build version to set in the workflow
file.
|
public String runtimeStack()
public GitHubActionCodeConfiguration withRuntimeStack(String runtimeStack)
runtimeStack - the runtimeStack value to set.public String runtimeVersion()
public GitHubActionCodeConfiguration withRuntimeVersion(String runtimeVersion)
runtimeVersion - the runtimeVersion 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.