trait GenerativeKeys extends AnyRef

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped