Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceTriggerDescriptor
-
Packages that use SourceTriggerDescriptor Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 SourceTriggerDescriptor Modifier and Type Method Description SourceTriggerDescriptorRunInner. sourceTrigger()Get the sourceTrigger property: The source trigger that caused the run.SourceTriggerDescriptorRunProperties. sourceTrigger()Get the sourceTrigger property: The source trigger that caused the run.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type SourceTriggerDescriptor Modifier and Type Method Description RunInnerRunInner. withSourceTrigger(SourceTriggerDescriptor sourceTrigger)Set the sourceTrigger property: The source trigger that caused the run.RunPropertiesRunProperties. 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 SourceTriggerDescriptor Modifier and Type Method Description SourceTriggerDescriptorSourceTriggerDescriptor. withBranchName(String branchName)Set the branchName property: The branch name in the repository.SourceTriggerDescriptorSourceTriggerDescriptor. withCommitId(String commitId)Set the commitId property: The unique ID that identifies a commit.SourceTriggerDescriptorSourceTriggerDescriptor. withEventType(String eventType)Set the eventType property: The event type of the trigger.SourceTriggerDescriptorSourceTriggerDescriptor. withId(String id)Set the id property: The unique ID of the trigger.SourceTriggerDescriptorSourceTriggerDescriptor. withProviderType(String providerType)Set the providerType property: The source control provider type.SourceTriggerDescriptorSourceTriggerDescriptor. withPullRequestId(String pullRequestId)Set the pullRequestId property: The unique ID that identifies pull request.SourceTriggerDescriptorSourceTriggerDescriptor. withRepositoryUrl(String repositoryUrl)Set the repositoryUrl property: The repository URL.
-