Uses of Class
org.cdk8s.plus28.ConcurrencyPolicy
-
Packages that use ConcurrencyPolicy Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of ConcurrencyPolicy in org.cdk8s.plus28
Methods in org.cdk8s.plus28 that return ConcurrencyPolicy Modifier and Type Method Description default ConcurrencyPolicyCronJobProps. getConcurrencyPolicy()Specifies the concurrency policy for the job.ConcurrencyPolicyCronJobProps.Jsii$Proxy. getConcurrencyPolicy()static ConcurrencyPolicyConcurrencyPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ConcurrencyPolicy[]ConcurrencyPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus28 with parameters of type ConcurrencyPolicy Modifier and Type Method Description CronJob.BuilderCronJob.Builder. concurrencyPolicy(ConcurrencyPolicy concurrencyPolicy)Specifies the concurrency policy for the job.CronJobProps.BuilderCronJobProps.Builder. concurrencyPolicy(ConcurrencyPolicy concurrencyPolicy)Sets the value ofCronJobProps.getConcurrencyPolicy()
-