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 PullType
Run. m_PullType
how to pull.Methods in adams.docker.simpledocker that return PullType Modifier and Type Method Description PullType
Run. getActualPullType()
Returns the pull type to use.PullType
Run. getPullType()
Returns how to pull the image (overriding setting fromSimpleDockerConnection
).static PullType
PullType. 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 void
Run. 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 PullType
SimpleDockerConnection. m_PullType
how to pull.Methods in adams.flow.standalone that return PullType Modifier and Type Method Description PullType
SimpleDockerConnection. getActualPullType(PullType override)
Determines the actual pull type to perform.PullType
SimpleDockerConnection. getPullType()
Returns how to pull images.Methods in adams.flow.standalone with parameters of type PullType Modifier and Type Method Description PullType
SimpleDockerConnection. getActualPullType(PullType override)
Determines the actual pull type to perform.void
SimpleDockerConnection. setPullType(PullType value)
Sets how to pull images.
-