azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

204 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor"
name: "SourceTriggerDescriptor"
nameWithType: "SourceTriggerDescriptor"
summary: "The source trigger that caused a run."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **SourceTriggerDescriptor**"
constructors:
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.SourceTriggerDescriptor()"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.SourceTriggerDescriptor()"
name: "SourceTriggerDescriptor()"
nameWithType: "SourceTriggerDescriptor.SourceTriggerDescriptor()"
syntax: "public SourceTriggerDescriptor()"
methods:
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.branchName()"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.branchName()"
name: "branchName()"
nameWithType: "SourceTriggerDescriptor.branchName()"
summary: "Get the branch name in the repository."
syntax: "public String branchName()"
desc: "Get the branch name in the repository."
returns:
description: "the branchName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.commitId()"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.commitId()"
name: "commitId()"
nameWithType: "SourceTriggerDescriptor.commitId()"
summary: "Get the unique ID that identifies a commit."
syntax: "public String commitId()"
desc: "Get the unique ID that identifies a commit."
returns:
description: "the commitId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.eventType()"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.eventType()"
name: "eventType()"
nameWithType: "SourceTriggerDescriptor.eventType()"
summary: "Get the event type of the trigger."
syntax: "public String eventType()"
desc: "Get the event type of the trigger."
returns:
description: "the eventType value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.id()"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.id()"
name: "id()"
nameWithType: "SourceTriggerDescriptor.id()"
summary: "Get the unique ID of the trigger."
syntax: "public String id()"
desc: "Get the unique ID of the trigger."
returns:
description: "the id value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.providerType()"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.providerType()"
name: "providerType()"
nameWithType: "SourceTriggerDescriptor.providerType()"
summary: "Get the source control provider type."
syntax: "public String providerType()"
desc: "Get the source control provider type."
returns:
description: "the providerType value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.pullRequestId()"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.pullRequestId()"
name: "pullRequestId()"
nameWithType: "SourceTriggerDescriptor.pullRequestId()"
summary: "Get the unique ID that identifies pull request."
syntax: "public String pullRequestId()"
desc: "Get the unique ID that identifies pull request."
returns:
description: "the pullRequestId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.repositoryUrl()"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.repositoryUrl()"
name: "repositoryUrl()"
nameWithType: "SourceTriggerDescriptor.repositoryUrl()"
summary: "Get the repository URL."
syntax: "public String repositoryUrl()"
desc: "Get the repository URL."
returns:
description: "the repositoryUrl value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.withBranchName(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.withBranchName(String branchName)"
name: "withBranchName(String branchName)"
nameWithType: "SourceTriggerDescriptor.withBranchName(String branchName)"
summary: "Set the branch name in the repository."
parameters:
- description: "the branchName value to set"
name: "branchName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SourceTriggerDescriptor withBranchName(String branchName)"
desc: "Set the branch name in the repository."
returns:
description: "the SourceTriggerDescriptor object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor?alt=com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor&text=SourceTriggerDescriptor\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.withCommitId(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.withCommitId(String commitId)"
name: "withCommitId(String commitId)"
nameWithType: "SourceTriggerDescriptor.withCommitId(String commitId)"
summary: "Set the unique ID that identifies a commit."
parameters:
- description: "the commitId value to set"
name: "commitId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SourceTriggerDescriptor withCommitId(String commitId)"
desc: "Set the unique ID that identifies a commit."
returns:
description: "the SourceTriggerDescriptor object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor?alt=com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor&text=SourceTriggerDescriptor\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.withEventType(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.withEventType(String eventType)"
name: "withEventType(String eventType)"
nameWithType: "SourceTriggerDescriptor.withEventType(String eventType)"
summary: "Set the event type of the trigger."
parameters:
- description: "the eventType value to set"
name: "eventType"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SourceTriggerDescriptor withEventType(String eventType)"
desc: "Set the event type of the trigger."
returns:
description: "the SourceTriggerDescriptor object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor?alt=com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor&text=SourceTriggerDescriptor\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.withId(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.withId(String id)"
name: "withId(String id)"
nameWithType: "SourceTriggerDescriptor.withId(String id)"
summary: "Set the unique ID of the trigger."
parameters:
- description: "the id value to set"
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SourceTriggerDescriptor withId(String id)"
desc: "Set the unique ID of the trigger."
returns:
description: "the SourceTriggerDescriptor object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor?alt=com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor&text=SourceTriggerDescriptor\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.withProviderType(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.withProviderType(String providerType)"
name: "withProviderType(String providerType)"
nameWithType: "SourceTriggerDescriptor.withProviderType(String providerType)"
summary: "Set the source control provider type."
parameters:
- description: "the providerType value to set"
name: "providerType"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SourceTriggerDescriptor withProviderType(String providerType)"
desc: "Set the source control provider type."
returns:
description: "the SourceTriggerDescriptor object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor?alt=com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor&text=SourceTriggerDescriptor\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.withPullRequestId(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.withPullRequestId(String pullRequestId)"
name: "withPullRequestId(String pullRequestId)"
nameWithType: "SourceTriggerDescriptor.withPullRequestId(String pullRequestId)"
summary: "Set the unique ID that identifies pull request."
parameters:
- description: "the pullRequestId value to set"
name: "pullRequestId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SourceTriggerDescriptor withPullRequestId(String pullRequestId)"
desc: "Set the unique ID that identifies pull request."
returns:
description: "the SourceTriggerDescriptor object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor?alt=com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor&text=SourceTriggerDescriptor\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.withRepositoryUrl(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.withRepositoryUrl(String repositoryUrl)"
name: "withRepositoryUrl(String repositoryUrl)"
nameWithType: "SourceTriggerDescriptor.withRepositoryUrl(String repositoryUrl)"
summary: "Set the repository URL."
parameters:
- description: "the repositoryUrl value to set"
name: "repositoryUrl"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SourceTriggerDescriptor withRepositoryUrl(String repositoryUrl)"
desc: "Set the repository URL."
returns:
description: "the SourceTriggerDescriptor object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor?alt=com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor&text=SourceTriggerDescriptor\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The source trigger that caused a run."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4