Packages

package git

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CommandWithParam(command: Seq[String], param: Option[String] = None) extends Product with Serializable

    Wrapper for command that allows to pass a secret param.

    Wrapper for command that allows to pass a secret param.

    CommandWithParam(Seq("git clone https://x-access-token:%[email protected]/org/repo"), Option("_TOKEN_")).fillParam

    In the example above, the %s will be replaced with the secret param _TOKEN_.

Value Members

  1. object CommandWithParam extends Serializable
  2. object GitCommandRunner extends ContextLogging

Ungrouped