Uses of Class
io.github.cdklabs.projen.gitlab.Strategy
-
Packages that use Strategy Package Description io.github.cdklabs.projen.gitlab -
-
Uses of Strategy in io.github.cdklabs.projen.gitlab
Methods in io.github.cdklabs.projen.gitlab that return Strategy Modifier and Type Method Description default StrategyTrigger. getStrategy()(experimental) You can mirror the pipeline status from the triggered pipeline to the source bridge job by using strategy: depend.StrategyTrigger.Jsii$Proxy. getStrategy()static StrategyStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static Strategy[]Strategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.gitlab with parameters of type Strategy Modifier and Type Method Description Trigger.BuilderTrigger.Builder. strategy(Strategy strategy)Sets the value ofTrigger.getStrategy()
-