Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceTriggerDescriptor
Packages that use SourceTriggerDescriptor
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of SourceTriggerDescriptor in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return SourceTriggerDescriptorModifier and TypeMethodDescriptionRunInner.sourceTrigger()Get the sourceTrigger property: The source trigger that caused the run.RunProperties.sourceTrigger()Get the sourceTrigger property: The source trigger that caused the run.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type SourceTriggerDescriptorModifier and TypeMethodDescriptionRunInner.withSourceTrigger(SourceTriggerDescriptor sourceTrigger) Set the sourceTrigger property: The source trigger that caused the run.RunProperties.withSourceTrigger(SourceTriggerDescriptor sourceTrigger) Set the sourceTrigger property: The source trigger that caused the run. -
Uses of SourceTriggerDescriptor in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return SourceTriggerDescriptorModifier and TypeMethodDescriptionstatic SourceTriggerDescriptorSourceTriggerDescriptor.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SourceTriggerDescriptor from the JsonReader.SourceTriggerDescriptor.withBranchName(String branchName) Set the branchName property: The branch name in the repository.SourceTriggerDescriptor.withCommitId(String commitId) Set the commitId property: The unique ID that identifies a commit.SourceTriggerDescriptor.withEventType(String eventType) Set the eventType property: The event type of the trigger.Set the id property: The unique ID of the trigger.SourceTriggerDescriptor.withProviderType(String providerType) Set the providerType property: The source control provider type.SourceTriggerDescriptor.withPullRequestId(String pullRequestId) Set the pullRequestId property: The unique ID that identifies pull request.SourceTriggerDescriptor.withRepositoryUrl(String repositoryUrl) Set the repositoryUrl property: The repository URL.