Uses of Class
adams.docker.simpledocker.PullType
-
Packages that use PullType Package Description adams.docker.simpledocker adams.flow.standalone -
-
Uses of PullType in adams.docker.simpledocker
Fields in adams.docker.simpledocker declared as PullType Modifier and Type Field Description protected PullTypeRun. m_PullTypehow to pull.Methods in adams.docker.simpledocker that return PullType Modifier and Type Method Description PullTypeRun. getActualPullType()Returns the pull type to use.PullTypeRun. getPullType()Returns how to pull the image (overriding setting fromSimpleDockerConnection).static PullTypePullType. valueOf(String name)Returns the enum constant of this type with the specified name.static PullType[]PullType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.docker.simpledocker with parameters of type PullType Modifier and Type Method Description voidRun. setPullType(PullType value)Sets how to pull the image (overriding setting fromSimpleDockerConnection). -
Uses of PullType in adams.flow.standalone
Fields in adams.flow.standalone declared as PullType Modifier and Type Field Description protected PullTypeSimpleDockerConnection. m_PullTypehow to pull.Methods in adams.flow.standalone that return PullType Modifier and Type Method Description PullTypeSimpleDockerConnection. getActualPullType(PullType override)Determines the actual pull type to perform.PullTypeSimpleDockerConnection. getPullType()Returns how to pull images.Methods in adams.flow.standalone with parameters of type PullType Modifier and Type Method Description PullTypeSimpleDockerConnection. getActualPullType(PullType override)Determines the actual pull type to perform.voidSimpleDockerConnection. setPullType(PullType value)Sets how to pull images.
-