public class ImageParameters
extends java.lang.Object
image (required) is the image reference and credHelper (optional) is the name
(after docker-credential of the credential helper for accessing the image.
| Constructor and Description |
|---|
ImageParameters(org.gradle.api.model.ObjectFactory objectFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
auth(org.gradle.api.Action<? super AuthConfiguration> action) |
java.lang.String |
getCredHelper() |
java.lang.String |
getImage() |
void |
setCredHelper(java.lang.String credHelper) |
void |
setImage(java.lang.String image) |
@Inject public ImageParameters(org.gradle.api.model.ObjectFactory objectFactory)
@Input @Nullable @Optional public java.lang.String getImage()
public void setImage(java.lang.String image)
@Input @Nullable @Optional public java.lang.String getCredHelper()
public void setCredHelper(java.lang.String credHelper)
public void auth(org.gradle.api.Action<? super AuthConfiguration> action)