Git Flow Scope
This scope provider bundles functionality for the Git Flow workflow plugin.
Properties
Functions
A scoping function to execute a code block conditionally based on the declarative condition argument.
A scoping function to execute a code block within the context of a DirScope instance, which adapts the path in the scope context at ScopeContext.path to the given value of dirPath. The value of dirPath is automatically resolved if it is a relative path.
This execution function is used to run a process on the machine. The body parameter is supplied as a higher-order function that executes within the scope of a ExecExecutionTemplate object, in which the arguments for the process can be declared.
A scoping function to execute a code block within the context of an GitScope instance, which provides functionality to interact with Git source repositories.
A scoping function to execute a code block within the context of an GitFlowScope instance, which provides functionality to interact with the hotfix mechanism in the Git Flow plugin.
This execution function is used to run Maven. The body parameter is supplied as a higher-order function that executes within the scope of a MavenExecutionTemplate object, in which the parameters for Maven can be declared.
A scoping function to execute a code block within the context of an NpmScope instance, which provides functionality to execute NPM commands.
A scoping function to execute a code block within the context of an NSScope instance, which provides utility functions specific to NSX tooling.
A scoping function to execute a code block within the context of an GitFlowScope instance, which provides functionality to interact with the release mechanism in the Git Flow plugin.