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

108 строки
7.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.ImageUpdateTrigger"
fullName: "com.microsoft.azure.management.containerregistry.ImageUpdateTrigger"
name: "ImageUpdateTrigger"
nameWithType: "ImageUpdateTrigger"
summary: "The image update trigger that caused a build."
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 **ImageUpdateTrigger**"
constructors:
- uid: "com.microsoft.azure.management.containerregistry.ImageUpdateTrigger.ImageUpdateTrigger()"
fullName: "com.microsoft.azure.management.containerregistry.ImageUpdateTrigger.ImageUpdateTrigger()"
name: "ImageUpdateTrigger()"
nameWithType: "ImageUpdateTrigger.ImageUpdateTrigger()"
syntax: "public ImageUpdateTrigger()"
methods:
- uid: "com.microsoft.azure.management.containerregistry.ImageUpdateTrigger.id()"
fullName: "com.microsoft.azure.management.containerregistry.ImageUpdateTrigger.id()"
name: "id()"
nameWithType: "ImageUpdateTrigger.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.ImageUpdateTrigger.images()"
fullName: "com.microsoft.azure.management.containerregistry.ImageUpdateTrigger.images()"
name: "images()"
nameWithType: "ImageUpdateTrigger.images()"
summary: "Get the list of image updates that caused the build."
syntax: "public List<ImageDescriptor> images()"
desc: "Get the list of image updates that caused the build."
returns:
description: "the images value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.ImageDescriptor?alt=com.microsoft.azure.management.containerregistry.ImageDescriptor&text=ImageDescriptor\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.ImageUpdateTrigger.timestamp()"
fullName: "com.microsoft.azure.management.containerregistry.ImageUpdateTrigger.timestamp()"
name: "timestamp()"
nameWithType: "ImageUpdateTrigger.timestamp()"
summary: "Get the timestamp when the image update happened."
syntax: "public DateTime timestamp()"
desc: "Get the timestamp when the image update happened."
returns:
description: "the timestamp value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.ImageUpdateTrigger.withId(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.ImageUpdateTrigger.withId(String id)"
name: "withId(String id)"
nameWithType: "ImageUpdateTrigger.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 ImageUpdateTrigger withId(String id)"
desc: "Set the unique ID of the trigger."
returns:
description: "the ImageUpdateTrigger object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.ImageUpdateTrigger?alt=com.microsoft.azure.management.containerregistry.ImageUpdateTrigger&text=ImageUpdateTrigger\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.ImageUpdateTrigger.withImages(java.util.List<com.microsoft.azure.management.containerregistry.ImageDescriptor>)"
fullName: "com.microsoft.azure.management.containerregistry.ImageUpdateTrigger.withImages(List<ImageDescriptor> images)"
name: "withImages(List<ImageDescriptor> images)"
nameWithType: "ImageUpdateTrigger.withImages(List<ImageDescriptor> images)"
summary: "Set the list of image updates that caused the build."
parameters:
- description: "the images value to set"
name: "images"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.ImageDescriptor?alt=com.microsoft.azure.management.containerregistry.ImageDescriptor&text=ImageDescriptor\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ImageUpdateTrigger withImages(List<ImageDescriptor> images)"
desc: "Set the list of image updates that caused the build."
returns:
description: "the ImageUpdateTrigger object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.ImageUpdateTrigger?alt=com.microsoft.azure.management.containerregistry.ImageUpdateTrigger&text=ImageUpdateTrigger\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.ImageUpdateTrigger.withTimestamp(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.containerregistry.ImageUpdateTrigger.withTimestamp(DateTime timestamp)"
name: "withTimestamp(DateTime timestamp)"
nameWithType: "ImageUpdateTrigger.withTimestamp(DateTime timestamp)"
summary: "Set the timestamp when the image update happened."
parameters:
- description: "the timestamp value to set"
name: "timestamp"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ImageUpdateTrigger withTimestamp(DateTime timestamp)"
desc: "Set the timestamp when the image update happened."
returns:
description: "the ImageUpdateTrigger object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.ImageUpdateTrigger?alt=com.microsoft.azure.management.containerregistry.ImageUpdateTrigger&text=ImageUpdateTrigger\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The image update trigger that caused a build."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4