trait Helper extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Helper
- 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 checkRequirementsTask: sbt.Def.Initialize[Task[Unit]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getExtraSonatypeCredentials: Option[(String, String)]
Get extra sonatype credentials for those that dislike
SONA_*and system properties.Get extra sonatype credentials for those that dislike
SONA_*and system properties. The extra keys start withSONATYPEinstead ofSONA.- Attributes
- protected
-
def
getPgpPassphraseFromEnvironment: Option[Array[Char]]
- Attributes
- protected
-
def
getSonatypeCredentials: Option[(String, String)]
Get Sonatype credentials from environment in the same way as sbt-bintray:
Get Sonatype credentials from environment in the same way as sbt-bintray:
- System properties. 2. Environment variables.
This code is copy-pasted from sbt-bintray and is slightly modified.
- Attributes
- protected
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isDynVerSnapshot(gitInfo: Option[GitDescribeOutput], defaultValue: Boolean): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isOldSnapshot(version: String): Boolean
-
def
missingNode(pom: NodeSeq, label: String): Boolean
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noArtifactToPublish: sbt.Def.Initialize[Task[Boolean]]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
persistExtraSonatypeCredentials(credentials: (String, String)): Unit
Persist extra sonatype credentials reusing the existing system properties.
Persist extra sonatype credentials reusing the existing system properties.
As we cannot access the sbt-bintray cache, we need to use the existing infrastructure to support these extra environment variables.
- Attributes
- protected
- def runCommandAndRemaining(command: String): (State) ⇒ State
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def validatePomTask: sbt.Def.Initialize[Task[Unit]]
-
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
- @native() @throws( ... )