class CompositeImageName extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<String> |
imageTags |
private String |
name |
| Modifier | Constructor and Description |
|---|---|
private |
CompositeImageName(String name,
List<String> imageTags) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static CompositeImageName |
create(String imageName,
List<String> imageTags)
An image name can be a plain image name or in the composite format <name>:<tag> and
this factory method makes sure that we get the plain image name as well as all the desired tags
for an image, including any composite tag.
|
List<String> |
getImageTags() |
String |
getName() |
static CompositeImageName create(String imageName, List<String> imageTags) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic String getName()
Copyright © 2016. All rights reserved.