object RemoteCache
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteCache
- 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
- final val cachedCompileClassifier: String("cached-compile")
- final val cachedTestClassifier: String("cached-test")
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- final val commitLength: Int(10)
- def compileArtifact(configuration: Configuration, classifier: String): Def.Initialize[Task[CompileRemoteCacheArtifact]]
-
def
configCacheSettings[A <: RemoteCacheArtifact](cacheArtifactTask: Def.Initialize[Task[A]]): Seq[Def.Setting[_]]
- Annotations
- @nowarn()
- lazy val defaultCacheLocation: File
-
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()
- def getResourceFilePaths(): Def.Initialize[Task[File]]
- def gitCommitId: String
- def gitCommitIds(n: Int): List[String]
- lazy val globalSettings: Seq[Def.Setting[_]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPomArtifact(artifact: RemoteCacheArtifact): Boolean
-
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()
- lazy val projectSettings: Seq[Def.Setting[_]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def testArtifact(configuration: Configuration, classifier: String): Def.Initialize[Task[TestRemoteCacheArtifact]]
-
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()