Class EnvInvisibleAction

java.lang.Object
hudson.model.InvisibleAction
org.jenkinsci.plugins.dockerbuildstep.action.EnvInvisibleAction
All Implemented Interfaces:
Action, ModelObject

public class EnvInvisibleAction extends InvisibleAction
Helper invisible action which is used for exchanging information between DockerCommands and other object like DockerEnvContributor.
Author:
vjuranek
  • Constructor Details

    • EnvInvisibleAction

      public EnvInvisibleAction()
    • EnvInvisibleAction

      public EnvInvisibleAction(com.github.dockerjava.api.command.InspectContainerResponse containerInfo)
  • Method Details

    • getContainerInfo

      public com.github.dockerjava.api.command.InspectContainerResponse getContainerInfo()
    • setContainerInfo

      public void setContainerInfo(com.github.dockerjava.api.command.InspectContainerResponse containerInfo)
    • getId

      public String getId()
    • getHostName

      public String getHostName()
    • getIpAddress

      public String getIpAddress()
    • hasPortBindings

      public boolean hasPortBindings()
    • getPortBindings

      public Map<com.github.dockerjava.api.model.ExposedPort,com.github.dockerjava.api.model.Ports.Binding[]> getPortBindings()