WorkflowJob

sbtghactions.WorkflowJob
final case class WorkflowJob(id: String, name: String, steps: List[WorkflowStep], sbtStepPreamble: List[String], cond: Option[String], permissions: Option[Permissions], env: Map[String, String], oses: List[String], scalas: List[String], javas: List[JavaSpec], needs: List[String], matrixFailFast: Option[Boolean], matrixAdds: Map[String, List[String]], matrixIncs: List[MatrixInclude], matrixExcs: List[MatrixExclude], runsOnExtraLabels: List[String], container: Option[JobContainer], environment: Option[JobEnvironment], timeout: Option[FiniteDuration])

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product