Uses of Class
org.azd.git.types.WebApiTagDefinition
Packages that use WebApiTagDefinition
-
Uses of WebApiTagDefinition in org.azd.git
Methods in org.azd.git that return WebApiTagDefinitionModifier and TypeMethodDescriptionGitApi.createPullRequestLabel(String repositoryName, int pullRequestId, String labelName) Create a label for a specified pull request.GitApi.getPullRequestLabel(String repositoryName, int pullRequestId, String labelName) Retrieves a single label that has been assigned to a pull request. -
Uses of WebApiTagDefinition in org.azd.git.types
Methods in org.azd.git.types that return types with arguments of type WebApiTagDefinitionMethod parameters in org.azd.git.types with type arguments of type WebApiTagDefinitionModifier and TypeMethodDescriptionvoidGitPullRequest.setLabels(List<WebApiTagDefinition> labels) voidWebApiTagDefinitions.setValue(List<WebApiTagDefinition> value) -
Uses of WebApiTagDefinition in org.azd.interfaces
Methods in org.azd.interfaces that return WebApiTagDefinitionModifier and TypeMethodDescriptionGitDetails.createPullRequestLabel(String repositoryName, int pullRequestId, String labelName) GitDetails.getPullRequestLabel(String repositoryName, int pullRequestId, String labelName)