Uses of Class
com.azure.resourcemanager.devhub.fluent.models.GitHubWorkflowProfile
Package
Description
Package containing the inner data models for DeveloperHubServiceClient.
-
Uses of GitHubWorkflowProfile in com.azure.resourcemanager.devhub.fluent.models
Modifier and TypeMethodDescriptionSet the acr property: Information on the azure container registry.GitHubWorkflowProfile.withAksResourceId
(String aksResourceId) Set the aksResourceId property: The Azure Kubernetes Managed Cluster resource.GitHubWorkflowProfile.withAuthStatus
(ManifestType authStatus) Set the authStatus property: Determines the type of manifests within the repository.GitHubWorkflowProfile.withBranchName
(String branchName) Set the branchName property: The name of the branch the workflow is associated with.GitHubWorkflowProfile.withDeploymentProperties
(DeploymentProperties deploymentProperties) Set the deploymentProperties property: The deploymentProperties property.GitHubWorkflowProfile.withDockerBuildContext
(String dockerBuildContext) Set the dockerBuildContext property: Path to Dockerfile Build Context within the repository.GitHubWorkflowProfile.withDockerfile
(String dockerfile) Set the dockerfile property: Path to Dockerfile within the repository.GitHubWorkflowProfile.withLastWorkflowRun
(WorkflowRun lastWorkflowRun) Set the lastWorkflowRun property: The lastWorkflowRun property.GitHubWorkflowProfile.withNamespace
(String namespace) Set the namespace property: The Kubernetes namespace the application is deployed toGitHubWorkflowProfile.withOidcCredentials
(GitHubWorkflowProfileOidcCredentials oidcCredentials) Set the oidcCredentials property: The fields needed for OIDC with GitHub.GitHubWorkflowProfile.withRepositoryName
(String repositoryName) Set the repositoryName property: The name of the repository the workflow is associated with.GitHubWorkflowProfile.withRepositoryOwner
(String repositoryOwner) Set the repositoryOwner property: The owner of the repository the workflow is associated with.