object autoImport extends GenerativeKeys
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- autoImport
- GenerativeKeys
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type JobContainer = sbtghactions.JobContainer
- type MatrixExclude = sbtghactions.MatrixExclude
- type MatrixInclude = sbtghactions.MatrixInclude
- type PREventType = sbtghactions.PREventType
- type Ref = sbtghactions.Ref
- type RefPredicate = sbtghactions.RefPredicate
- type UseRef = sbtghactions.UseRef
- type WorkflowJob = sbtghactions.WorkflowJob
- type WorkflowStep = sbtghactions.WorkflowStep
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
- val JobContainer: sbtghactions.JobContainer.type
- val MatrixExclude: sbtghactions.MatrixExclude.type
- val MatrixInclude: sbtghactions.MatrixInclude.type
- val PREventType: sbtghactions.PREventType.type
- val Ref: sbtghactions.Ref.type
- val RefPredicate: sbtghactions.RefPredicate.type
- val UseRef: sbtghactions.UseRef.type
- val WorkflowJob: sbtghactions.WorkflowJob.type
- val WorkflowStep: sbtghactions.WorkflowStep.type
-
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[sbtghactions.WorkflowJob]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowArtifactUpload: SettingKey[Boolean]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowBuild: SettingKey[Seq[sbtghactions.WorkflowStep]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowBuildMatrixAdditions: SettingKey[Map[String, List[String]]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowBuildMatrixExclusions: SettingKey[Seq[sbtghactions.MatrixExclude]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowBuildMatrixFailFast: SettingKey[Option[Boolean]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowBuildMatrixInclusions: SettingKey[Seq[sbtghactions.MatrixInclude]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowBuildPostamble: SettingKey[Seq[sbtghactions.WorkflowStep]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowBuildPreamble: SettingKey[Seq[sbtghactions.WorkflowStep]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowBuildRunsOnExtraLabels: SettingKey[Seq[String]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowCheck: TaskKey[Unit]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowDependencyPatterns: SettingKey[Seq[String]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowEnv: SettingKey[Map[String, String]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowGenerate: TaskKey[Unit]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowGeneratedCI: SettingKey[Seq[sbtghactions.WorkflowJob]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowGeneratedCacheSteps: SettingKey[Seq[sbtghactions.WorkflowStep]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowGeneratedDownloadSteps: SettingKey[Seq[sbtghactions.WorkflowStep]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowGeneratedUploadSteps: SettingKey[Seq[sbtghactions.WorkflowStep]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowJavaVersions: SettingKey[Seq[String]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowJobSetup: SettingKey[Seq[sbtghactions.WorkflowStep]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowOSes: SettingKey[Seq[String]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowPREventTypes: SettingKey[Seq[sbtghactions.PREventType]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowPublish: SettingKey[Seq[sbtghactions.WorkflowStep]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowPublishCond: SettingKey[Option[String]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowPublishPostamble: SettingKey[Seq[sbtghactions.WorkflowStep]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowPublishPreamble: SettingKey[Seq[sbtghactions.WorkflowStep]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowPublishTargetBranches: SettingKey[Seq[sbtghactions.RefPredicate]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowSbtCommand: SettingKey[String]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowScalaVersions: SettingKey[Seq[String]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowTargetBranches: SettingKey[Seq[String]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowTargetTags: SettingKey[Seq[String]]
- Definition Classes
- GenerativeKeys
-
lazy val
githubWorkflowUseSbtThinClient: SettingKey[Boolean]
- Definition Classes
- GenerativeKeys
-
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()