trait GenerativeKeys extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GenerativeKeys
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- lazy val githubWorkflowAddedJobs: SettingKey[Seq[WorkflowJob]]
- lazy val githubWorkflowArtifactUpload: SettingKey[Boolean]
- lazy val githubWorkflowBuild: SettingKey[Seq[WorkflowStep]]
- lazy val githubWorkflowBuildMatrixAdditions: SettingKey[Map[String, List[String]]]
- lazy val githubWorkflowBuildMatrixExclusions: SettingKey[Seq[MatrixExclude]]
- lazy val githubWorkflowBuildMatrixFailFast: SettingKey[Option[Boolean]]
- lazy val githubWorkflowBuildMatrixInclusions: SettingKey[Seq[MatrixInclude]]
- lazy val githubWorkflowBuildPostamble: SettingKey[Seq[WorkflowStep]]
- lazy val githubWorkflowBuildPreamble: SettingKey[Seq[WorkflowStep]]
- lazy val githubWorkflowBuildRunsOnExtraLabels: SettingKey[Seq[String]]
- lazy val githubWorkflowCheck: TaskKey[Unit]
- lazy val githubWorkflowDependencyPatterns: SettingKey[Seq[String]]
- lazy val githubWorkflowEnv: SettingKey[Map[String, String]]
- lazy val githubWorkflowGenerate: TaskKey[Unit]
- lazy val githubWorkflowGeneratedCI: SettingKey[Seq[WorkflowJob]]
- lazy val githubWorkflowGeneratedCacheSteps: SettingKey[Seq[WorkflowStep]]
- lazy val githubWorkflowGeneratedDownloadSteps: SettingKey[Seq[WorkflowStep]]
- lazy val githubWorkflowGeneratedUploadSteps: SettingKey[Seq[WorkflowStep]]
- lazy val githubWorkflowJavaVersions: SettingKey[Seq[String]]
- lazy val githubWorkflowJobSetup: SettingKey[Seq[WorkflowStep]]
- lazy val githubWorkflowOSes: SettingKey[Seq[String]]
- lazy val githubWorkflowPREventTypes: SettingKey[Seq[PREventType]]
- lazy val githubWorkflowPublish: SettingKey[Seq[WorkflowStep]]
- lazy val githubWorkflowPublishCond: SettingKey[Option[String]]
- lazy val githubWorkflowPublishPostamble: SettingKey[Seq[WorkflowStep]]
- lazy val githubWorkflowPublishPreamble: SettingKey[Seq[WorkflowStep]]
- lazy val githubWorkflowPublishTargetBranches: SettingKey[Seq[RefPredicate]]
- lazy val githubWorkflowSbtCommand: SettingKey[String]
- lazy val githubWorkflowScalaVersions: SettingKey[Seq[String]]
- lazy val githubWorkflowTargetBranches: SettingKey[Seq[String]]
- lazy val githubWorkflowTargetTags: SettingKey[Seq[String]]
- lazy val githubWorkflowUseSbtThinClient: SettingKey[Boolean]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()