sbtghactions.WorkflowStep
See theWorkflowStep companion trait
object WorkflowStep
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
WorkflowStep.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 WorkflowSteptrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow 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 WorkflowSteptrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow 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 WorkflowSteptrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Concrete fields
In this article