class HelpfulSuggestions extends AnyRef
Builds messages that provides suggestions on how to fix the error.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HelpfulSuggestions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HelpfulSuggestions(messagePrefix: String, clearCacheCommand: String, baseImageCredHelperConfiguration: String, baseImageAuthConfiguration: Function[String, String], targetImageCredHelperConfiguration: String, targetImageAuthConfiguration: Function[String, String])
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[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] )
- def forCacheDirectoryNotOwned(cacheDirectory: Path): String
- def forCacheMetadataCorrupted(): String
- def forCredentialsNotCorrect(registry: String): String
- def forDockerContextInsecureRecursiveDelete(directory: String): String
- def forDockerNotInstalled(): String
- def forHttpHostConnect(): String
- def forHttpStatusCodeForbidden(imageReference: String): String
- def forMainClassNotFound(pluginName: String): String
- def forNoCredentialHelpersDefinedForBaseImage(registry: String): String
- def forNoCredentialHelpersDefinedForTargetImage(registry: String): String
-
def
forToNotConfigured(parameter: String, buildConfigFilename: String, command: String): String
- parameter
the parameter name (e.g. 'to.image' or
<to><image>)- buildConfigFilename
the name of the build config (build.gradle or pom.xml)
- command
an example command for passing the parameter via commandline
- returns
a suggested fix for a missing target image configuration
- def forUnknownHost(): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
- def none(): String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
suggest(suggestion: String): String
- suggestion
a suggested fix for the problem described by
#messagePrefix- returns
the message containing the suggestion
-
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
- @native() @throws( ... )