66 строки
4.8 KiB
YAML
66 строки
4.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerregistry.RegistrySourceTrigger"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistrySourceTrigger"
|
|
name: "RegistrySourceTrigger"
|
|
nameWithType: "RegistrySourceTrigger"
|
|
summary: "An immutable client-side representation of a Container Registry source trigger."
|
|
syntax: "public interface **RegistrySourceTrigger**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerregistry.SourceTrigger?alt=com.microsoft.azure.management.containerregistry.SourceTrigger&text=SourceTrigger\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistrySourceTrigger.sourceControlBranch()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistrySourceTrigger.sourceControlBranch()"
|
|
name: "sourceControlBranch()"
|
|
nameWithType: "RegistrySourceTrigger.sourceControlBranch()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String sourceControlBranch()"
|
|
returns:
|
|
description: "the branch of the repository that is being used as source control. I.e., master."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistrySourceTrigger.sourceControlRepositoryUrl()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistrySourceTrigger.sourceControlRepositoryUrl()"
|
|
name: "sourceControlRepositoryUrl()"
|
|
nameWithType: "RegistrySourceTrigger.sourceControlRepositoryUrl()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String sourceControlRepositoryUrl()"
|
|
returns:
|
|
description: "the URL of the repository used as source control."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistrySourceTrigger.sourceControlType()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistrySourceTrigger.sourceControlType()"
|
|
name: "sourceControlType()"
|
|
nameWithType: "RegistrySourceTrigger.sourceControlType()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SourceControlType sourceControlType()"
|
|
returns:
|
|
description: "Returns the type of source control this trigger uses. I.e., Github, AzureDevOps etc."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceControlType?alt=com.microsoft.azure.management.containerregistry.SourceControlType&text=SourceControlType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistrySourceTrigger.sourceTriggerEvents()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistrySourceTrigger.sourceTriggerEvents()"
|
|
name: "sourceTriggerEvents()"
|
|
nameWithType: "RegistrySourceTrigger.sourceTriggerEvents()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<SourceTriggerEvent> sourceTriggerEvents()"
|
|
returns:
|
|
description: "the list of actions that trigger an event. I.e., a commit, a pull request etc."
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerregistry.SourceTriggerEvent?alt=com.microsoft.azure.management.containerregistry.SourceTriggerEvent&text=SourceTriggerEvent\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistrySourceTrigger.status()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistrySourceTrigger.status()"
|
|
name: "status()"
|
|
nameWithType: "RegistrySourceTrigger.status()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract TriggerStatus status()"
|
|
returns:
|
|
description: "the source trigger status. I.e., enabled, disabled."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.TriggerStatus?alt=com.microsoft.azure.management.containerregistry.TriggerStatus&text=TriggerStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of a Container Registry source trigger."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerregistry.SourceTrigger?alt=com.microsoft.azure.management.containerregistry.SourceTrigger&text=SourceTrigger\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerregistry"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4
|