| Modifier and Type | Method and Description |
|---|---|
ImageDescriptor |
ImageDescriptor.withDigest(String digest)
Set the digest value.
|
ImageDescriptor |
ImageDescriptor.withRegistry(String registry)
Set the registry value.
|
ImageDescriptor |
ImageDescriptor.withRepository(String repository)
Set the repository value.
|
ImageDescriptor |
ImageDescriptor.withTag(String tag)
Set the tag value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageDescriptor> |
ImageUpdateTrigger.images()
Get the images value.
|
List<ImageDescriptor> |
Build.outputImages() |
| Modifier and Type | Method and Description |
|---|---|
ImageUpdateTrigger |
ImageUpdateTrigger.withImages(List<ImageDescriptor> images)
Set the images value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/