@ExportedBean public class DockerBuildImageAction extends Object implements hudson.model.Action, Serializable, Cloneable, hudson.model.Describable<DockerBuildImageAction>
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerBuildImageAction.DescriptorImpl
Just for assisting form related stuff.
|
| Modifier and Type | Field and Description |
|---|---|
boolean |
cleanupWithJenkinsJobDelete |
String |
containerHost |
String |
containerId |
boolean |
pushOnSuccess |
String |
taggedId
Deprecated.
use
tags |
List<String> |
tags |
| Constructor and Description |
|---|
DockerBuildImageAction(String containerHost,
String containerId,
List<String> tags,
boolean cleanupWithJenkinsJobDelete,
boolean pushOnSuccess) |
DockerBuildImageAction(String containerHost,
String containerId,
String taggedId,
boolean cleanupWithJenkinsJobDelete,
boolean pushOnSuccess)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DockerBuildImageAction.DescriptorImpl |
getDescriptor() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public final String containerHost
public final String containerId
@Deprecated public final String taggedId
tagspublic final boolean cleanupWithJenkinsJobDelete
public final boolean pushOnSuccess
@Deprecated public DockerBuildImageAction(String containerHost, String containerId, String taggedId, boolean cleanupWithJenkinsJobDelete, boolean pushOnSuccess)
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic DockerBuildImageAction.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<DockerBuildImageAction>Copyright © 2016–2017. All rights reserved.