p

sbtghactions

package sbtghactions

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait GenerativeKeys extends AnyRef
  2. trait GitHubActionsKeys extends AnyRef
  3. final case class JobContainer(image: String, credentials: Option[(String, String)] = None, env: Map[String, String] = Map(), volumes: Map[String, String] = Map(), ports: List[Int] = Nil, options: List[String] = Nil) extends Product with Serializable
  4. final case class JobEnvironment(name: String, url: Option[URL] = None) extends Product with Serializable
  5. final case class MatrixExclude(matching: Map[String, String]) extends Product with Serializable
  6. final case class MatrixInclude(matching: Map[String, String], additions: Map[String, String]) extends Product with Serializable
  7. sealed trait PREventType extends Product with Serializable
  8. sealed trait Ref extends Product with Serializable
  9. sealed trait RefPredicate extends Product with Serializable
  10. sealed trait UseRef extends Product with Serializable
  11. final case class WorkflowJob(id: String, name: String, steps: List[WorkflowStep], cond: Option[String] = None, env: Map[String, String] = Map(), oses: List[String] = List("ubuntu-latest"), scalas: List[String] = List("2.13.4"), javas: List[String] = List("adopt@1.8"), needs: List[String] = List(), matrixFailFast: Option[Boolean] = None, matrixAdds: Map[String, List[String]] = Map(), matrixIncs: List[MatrixInclude] = List(), matrixExcs: List[MatrixExclude] = List(), runsOnExtraLabels: List[String] = List(), container: Option[JobContainer] = None, environment: Option[JobEnvironment] = None) extends Product with Serializable
  12. sealed trait WorkflowStep extends Product with Serializable

Value Members

  1. object GenerativeKeys extends GenerativeKeys
  2. object GenerativePlugin extends AutoPlugin
  3. object GitHubActionsKeys extends GitHubActionsKeys
  4. object GitHubActionsPlugin extends AutoPlugin
  5. object PREventType extends Serializable
  6. object Ref extends Serializable
  7. object RefPredicate extends Serializable
  8. object UseRef extends Serializable
  9. object WorkflowStep extends Serializable

Ungrouped