Packages

package sfdx

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sfdx
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Build(build: Int) extends BuildNumber with Product with Serializable
  2. sealed trait BuildNumber extends AnyRef
  3. class ForceIgnore extends AnyRef
  4. case class IgnoreRule(dirOnly: Boolean, negation: Boolean, pattern: String) extends Product with Serializable
  5. implicit class JSONConfig extends AnyRef
  6. class MDAPIWorkspaceConfig extends WorkspaceConfig
  7. case class ModuleDependent(config: ValueWithPositions, value: Value) extends Product with Serializable
  8. case class PackageDependent(projectPath: PathLike, config: ValueWithPositions, value: Value) extends Product with Serializable
  9. case class PackageDirectory(relativePath: String, location: Location, name: Option[String], version: Option[VersionNumber], dependencies: Seq[ModuleDependent]) extends Product with Serializable
  10. class PositionParser extends AstTransformer[Value]
  11. class SFDXProject extends AnyRef
  12. class SFDXProjectError extends Throwable
  13. class SFDXWorkspaceConfig extends WorkspaceConfig
  14. class ValueWithPositions extends AnyRef
  15. case class VersionNumber(major: Int, minor: Int, patch: Int, build: BuildNumber) extends Product with Serializable
  16. case class VersionedPackageLayer(version: Option[VersionNumber], packageLayer: ModuleLayer) extends Product with Serializable
  17. trait WorkspaceConfig extends AnyRef

Value Members

  1. object ForceIgnore
  2. object IgnoreRule extends Serializable
  3. case object LatestBuild extends BuildNumber with Product with Serializable
  4. case object NextBuild extends BuildNumber with Product with Serializable
  5. object PackageDirectory extends Serializable
  6. object PositionParser
  7. object SFDXProject
  8. object SFDXProjectError extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped