Uses of Class
io.github.cdklabs.projen.gitlab.PullPolicy
-
Packages that use PullPolicy Package Description io.github.cdklabs.projen.gitlab -
-
Uses of PullPolicy in io.github.cdklabs.projen.gitlab
Methods in io.github.cdklabs.projen.gitlab that return PullPolicy Modifier and Type Method Description static PullPolicyPullPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static PullPolicy[]PullPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.gitlab that return types with arguments of type PullPolicy Modifier and Type Method Description default List<PullPolicy>Service. getPullPolicy()(experimental) The pull policy that the runner uses to fetch the Docker image.List<PullPolicy>Service.Jsii$Proxy. getPullPolicy()Method parameters in io.github.cdklabs.projen.gitlab with type arguments of type PullPolicy Modifier and Type Method Description Service.BuilderService.Builder. pullPolicy(List<? extends PullPolicy> pullPolicy)Sets the value ofService.getPullPolicy()
-