Git Flow Scope
This scope provider bundles functionality for the Git Flow workflow plugin.
Properties
Functions
Link copied to clipboard
abstract fun hotfix(condition: ScopeActivationCondition = always, body: GitFlowHotfixScope.() -> Unit)
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.
Link copied to clipboard
abstract fun release(condition: ScopeActivationCondition = always, body: GitFlowReleaseScope.() -> Unit)
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.