Uses of Class
com.azure.resourcemanager.devhub.models.PullRequestStatus
Package
Description
Package containing the inner data models for DeveloperHubServiceClient.
Package containing the data models for DeveloperHubServiceClient.
-
Uses of PullRequestStatus in com.azure.resourcemanager.devhub.fluent.models
Modifier and TypeMethodDescriptionGitHubWorkflowProfile.prStatus()
Get the prStatus property: The status of the Pull Request submitted against the users repository.WorkflowInner.prStatus()
Get the prStatus property: The status of the Pull Request submitted against the users repository.WorkflowProperties.prStatus()
Get the prStatus property: The status of the Pull Request submitted against the users repository. -
Uses of PullRequestStatus in com.azure.resourcemanager.devhub.models
Modifier and TypeFieldDescriptionstatic final PullRequestStatus
PullRequestStatus.MERGED
Static value merged for PullRequestStatus.static final PullRequestStatus
PullRequestStatus.REMOVED
Static value removed for PullRequestStatus.static final PullRequestStatus
PullRequestStatus.SUBMITTED
Static value submitted for PullRequestStatus.static final PullRequestStatus
PullRequestStatus.UNKNOWN
Static value unknown for PullRequestStatus.Modifier and TypeMethodDescriptionstatic PullRequestStatus
PullRequestStatus.fromString
(String name) Creates or finds a PullRequestStatus from its string representation.Workflow.prStatus()
Gets the prStatus property: The status of the Pull Request submitted against the users repository.Modifier and TypeMethodDescriptionstatic Collection<PullRequestStatus>
PullRequestStatus.values()
Gets known PullRequestStatus values.