WorkflowStep

sbtghactions.WorkflowStep
See theWorkflowStep companion trait
object WorkflowStep

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Run(commands: List[String], id: Option[String], name: Option[String], cond: Option[String], env: Map[String, String], params: Map[String, String], timeout: Option[FiniteDuration]) extends WorkflowStep

Attributes

Supertypes
trait WorkflowStep
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Sbt(commands: List[String], id: Option[String], name: Option[String], cond: Option[String], env: Map[String, String], params: Map[String, String], timeout: Option[FiniteDuration]) extends WorkflowStep

Attributes

Supertypes
trait WorkflowStep
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Use(ref: UseRef, params: Map[String, String], id: Option[String], name: Option[String], cond: Option[String], env: Map[String, String], timeout: Option[FiniteDuration]) extends WorkflowStep

Attributes

Supertypes
trait WorkflowStep
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def ComputePrependPATH(cmd: String): WorkflowStep
def ComputeVar(name: String, cmd: String): WorkflowStep
def SetupJava(versions: List[JavaSpec]): List[WorkflowStep]
def SetupSbt(runnerVersion: Option[String]): WorkflowStep

Concrete fields

val DefaultSbtStepPreamble: List[String]