GitPushExecutionTemplate

The ExecutionTemplate which is created using the push execution builder function. This template class is used as a builder to construct the arguments for pushing refs to a remote with Git.

Properties

Link copied to clipboard
abstract val ctx: ScopeContext

This field contains the context object that is applicable to the scope that defines the execution. The object is inherited directly from the parent net.democritus.scripting.scope.ScriptScope without alterations.

Functions

Link copied to clipboard
abstract fun all()

Indicates that all branches under refs/heads/\* should be pushed.

Link copied to clipboard
abstract fun tags()

Indicates that all tags under refs/tags/\* should be pushed.