Class DockerBuildImageAction

java.lang.Object
com.nirima.jenkins.plugins.docker.action.DockerBuildImageAction
All Implemented Interfaces:
Action, Describable<DockerBuildImageAction>, ModelObject, Serializable, RunAction2

@ExportedBean public class DockerBuildImageAction extends Object implements RunAction2, Serializable, Describable<DockerBuildImageAction>
Created by magnayn on 10/01/2014.
See Also:
  • Field Details

    • containerHost

      public final String containerHost
    • containerId

      public final String containerId
    • taggedId

      @Deprecated public final String taggedId
      Deprecated.
      use tags
    • tags

      public final List<String> tags
    • cleanupWithJenkinsJobDelete

      public final boolean cleanupWithJenkinsJobDelete
    • pushOnSuccess

      public final boolean pushOnSuccess
    • noCache

      public boolean noCache
    • pull

      public boolean pull
  • Constructor Details

    • DockerBuildImageAction

      @Deprecated public DockerBuildImageAction(String containerHost, String containerId, String taggedId, boolean cleanupWithJenkinsJobDelete, boolean pushOnSuccess)
      Deprecated.
    • DockerBuildImageAction

      public DockerBuildImageAction(String containerHost, String containerId, List<String> tags, boolean cleanupWithJenkinsJobDelete, boolean pushOnSuccess)
    • DockerBuildImageAction

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public DockerBuildImageAction(String containerHost, String containerId, List<String> tags, boolean cleanupWithJenkinsJobDelete, boolean pushOnSuccess, boolean noCache, boolean pull)
  • Method Details