object SbtTaskError
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SbtTaskError
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class GitCommandTaskError(cause: GitCommandError) extends SbtTaskError with Product with Serializable
- final case class GitHubTaskError(cause: GitHubError) extends SbtTaskError with Product with Serializable
- final case class GitTaskError(cause: String) extends SbtTaskError with Product with Serializable
- final case class IoError(name: String, throwable: Throwable) extends SbtTaskError with Product with Serializable
- final case class NoFileFound(name: String, filePaths: List[String]) extends SbtTaskError with Product with Serializable
- final case class SemVerFromProjectVersionParseError(projectVersion: String, parseError: ParseError) extends SbtTaskError with Product with Serializable
- final case class VersionNotEligibleForTagging(semVer: SemVer) extends SbtTaskError with Product with Serializable
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() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
errorWithHistory[A](sbtTaskError: SbtTaskError, history: SbtTaskHistory)(implicit sbtLogLevel: DevOopsLogLevel): A
Throws a MessageOnlyException after rendering the given SbtTaskError
Throws a MessageOnlyException after rendering the given SbtTaskError
- A
This is only to make the compiler happy for the call-site. It doesn't mean anything since this method is throwing a MessageOnlyException
- sbtTaskError
the given SbtTaskError to render
- history
The history of previously successful sbt task results
- returns
Nothing. It throws a MessageOnlyException.
- Annotations
- @SuppressWarnings()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def gitCommandTaskError(cause: GitCommandError): SbtTaskError
- def gitHubTaskError(cause: GitHubError): SbtTaskError
- def gitTaskError(cause: String): SbtTaskError
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def ioError(name: String, throwable: Throwable): SbtTaskError
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noFileFound(name: String, filePaths: List[String]): SbtTaskError
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
render(sbtTaskError: SbtTaskError)(implicit sbtLogLevel: DevOopsLogLevel): String
- Annotations
- @SuppressWarnings()
- def semVerFromProjectVersionParseError(projectVersion: String, parseError: ParseError): SbtTaskError
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def versionNotEligibleForTagging(semVer: SemVer): SbtTaskError
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated