Uses of Class
io.github.cdklabs.projen.gitlab.Action
-
Packages that use Action Package Description io.github.cdklabs.projen.gitlab -
-
Uses of Action in io.github.cdklabs.projen.gitlab
Methods in io.github.cdklabs.projen.gitlab that return Action Modifier and Type Method Description default ActionEnvironment. getAction()(experimental) Specifies what this job will do.ActionEnvironment.Jsii$Proxy. getAction()static ActionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Action[]Action. 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 Action Modifier and Type Method Description Environment.BuilderEnvironment.Builder. action(Action action)Sets the value ofEnvironment.getAction()
-