Packages

object autoImport extends GenerativeKeys

Linear Supertypes
GenerativeKeys, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. autoImport
  2. GenerativeKeys
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type JobContainer = sbtghactions.JobContainer
  2. type MatrixExclude = sbtghactions.MatrixExclude
  3. type MatrixInclude = sbtghactions.MatrixInclude
  4. type PREventType = sbtghactions.PREventType
  5. type Ref = sbtghactions.Ref
  6. type RefPredicate = sbtghactions.RefPredicate
  7. type UseRef = sbtghactions.UseRef
  8. type WorkflowJob = sbtghactions.WorkflowJob
  9. type WorkflowStep = sbtghactions.WorkflowStep

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val JobContainer: sbtghactions.JobContainer.type
  5. val MatrixExclude: sbtghactions.MatrixExclude.type
  6. val MatrixInclude: sbtghactions.MatrixInclude.type
  7. val PREventType: sbtghactions.PREventType.type
  8. val Ref: sbtghactions.Ref.type
  9. val RefPredicate: sbtghactions.RefPredicate.type
  10. val UseRef: sbtghactions.UseRef.type
  11. val WorkflowJob: sbtghactions.WorkflowJob.type
  12. val WorkflowStep: sbtghactions.WorkflowStep.type
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. lazy val githubWorkflowAddedJobs: SettingKey[Seq[sbtghactions.WorkflowJob]]
    Definition Classes
    GenerativeKeys
  20. lazy val githubWorkflowArtifactUpload: SettingKey[Boolean]
    Definition Classes
    GenerativeKeys
  21. lazy val githubWorkflowBuild: SettingKey[Seq[sbtghactions.WorkflowStep]]
    Definition Classes
    GenerativeKeys
  22. lazy val githubWorkflowBuildMatrixAdditions: SettingKey[Map[String, List[String]]]
    Definition Classes
    GenerativeKeys
  23. lazy val githubWorkflowBuildMatrixExclusions: SettingKey[Seq[sbtghactions.MatrixExclude]]
    Definition Classes
    GenerativeKeys
  24. lazy val githubWorkflowBuildMatrixFailFast: SettingKey[Option[Boolean]]
    Definition Classes
    GenerativeKeys
  25. lazy val githubWorkflowBuildMatrixInclusions: SettingKey[Seq[sbtghactions.MatrixInclude]]
    Definition Classes
    GenerativeKeys
  26. lazy val githubWorkflowBuildPostamble: SettingKey[Seq[sbtghactions.WorkflowStep]]
    Definition Classes
    GenerativeKeys
  27. lazy val githubWorkflowBuildPreamble: SettingKey[Seq[sbtghactions.WorkflowStep]]
    Definition Classes
    GenerativeKeys
  28. lazy val githubWorkflowBuildRunsOnExtraLabels: SettingKey[Seq[String]]
    Definition Classes
    GenerativeKeys
  29. lazy val githubWorkflowCheck: TaskKey[Unit]
    Definition Classes
    GenerativeKeys
  30. lazy val githubWorkflowDependencyPatterns: SettingKey[Seq[String]]
    Definition Classes
    GenerativeKeys
  31. lazy val githubWorkflowEnv: SettingKey[Map[String, String]]
    Definition Classes
    GenerativeKeys
  32. lazy val githubWorkflowGenerate: TaskKey[Unit]
    Definition Classes
    GenerativeKeys
  33. lazy val githubWorkflowGeneratedCI: SettingKey[Seq[sbtghactions.WorkflowJob]]
    Definition Classes
    GenerativeKeys
  34. lazy val githubWorkflowGeneratedCacheSteps: SettingKey[Seq[sbtghactions.WorkflowStep]]
    Definition Classes
    GenerativeKeys
  35. lazy val githubWorkflowGeneratedDownloadSteps: SettingKey[Seq[sbtghactions.WorkflowStep]]
    Definition Classes
    GenerativeKeys
  36. lazy val githubWorkflowGeneratedUploadSteps: SettingKey[Seq[sbtghactions.WorkflowStep]]
    Definition Classes
    GenerativeKeys
  37. lazy val githubWorkflowJavaVersions: SettingKey[Seq[String]]
    Definition Classes
    GenerativeKeys
  38. lazy val githubWorkflowJobSetup: SettingKey[Seq[sbtghactions.WorkflowStep]]
    Definition Classes
    GenerativeKeys
  39. lazy val githubWorkflowOSes: SettingKey[Seq[String]]
    Definition Classes
    GenerativeKeys
  40. lazy val githubWorkflowPREventTypes: SettingKey[Seq[sbtghactions.PREventType]]
    Definition Classes
    GenerativeKeys
  41. lazy val githubWorkflowPublish: SettingKey[Seq[sbtghactions.WorkflowStep]]
    Definition Classes
    GenerativeKeys
  42. lazy val githubWorkflowPublishCond: SettingKey[Option[String]]
    Definition Classes
    GenerativeKeys
  43. lazy val githubWorkflowPublishPostamble: SettingKey[Seq[sbtghactions.WorkflowStep]]
    Definition Classes
    GenerativeKeys
  44. lazy val githubWorkflowPublishPreamble: SettingKey[Seq[sbtghactions.WorkflowStep]]
    Definition Classes
    GenerativeKeys
  45. lazy val githubWorkflowPublishTargetBranches: SettingKey[Seq[sbtghactions.RefPredicate]]
    Definition Classes
    GenerativeKeys
  46. lazy val githubWorkflowSbtCommand: SettingKey[String]
    Definition Classes
    GenerativeKeys
  47. lazy val githubWorkflowScalaVersions: SettingKey[Seq[String]]
    Definition Classes
    GenerativeKeys
  48. lazy val githubWorkflowTargetBranches: SettingKey[Seq[String]]
    Definition Classes
    GenerativeKeys
  49. lazy val githubWorkflowTargetTags: SettingKey[Seq[String]]
    Definition Classes
    GenerativeKeys
  50. lazy val githubWorkflowUseSbtThinClient: SettingKey[Boolean]
    Definition Classes
    GenerativeKeys
  51. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  52. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  53. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from GenerativeKeys

Inherited from AnyRef

Inherited from Any

Ungrouped