Packages

c

com.google.cloud.tools.jib.frontend

HelpfulSuggestions

class HelpfulSuggestions extends AnyRef

Builds messages that provides suggestions on how to fix the error.

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

Instance Constructors

  1. new HelpfulSuggestions(messagePrefix: String, clearCacheCommand: String, baseImageCredHelperConfiguration: String, baseImageAuthConfiguration: Function[String, String], targetImageCredHelperConfiguration: String, targetImageAuthConfiguration: Function[String, String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def forCacheDirectoryNotOwned(cacheDirectory: Path): String
  10. def forCacheMetadataCorrupted(): String
  11. def forCredentialsNotCorrect(registry: String): String
  12. def forDockerContextInsecureRecursiveDelete(directory: String): String
  13. def forDockerNotInstalled(): String
  14. def forHttpHostConnect(): String
  15. def forHttpStatusCodeForbidden(imageReference: String): String
  16. def forMainClassNotFound(pluginName: String): String
  17. def forNoCredentialHelpersDefinedForBaseImage(registry: String): String
  18. def forNoCredentialHelpersDefinedForTargetImage(registry: String): String
  19. 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

  20. def forUnknownHost(): String
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def none(): String
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def suggest(suggestion: String): String

    suggestion

    a suggested fix for the problem described by #messagePrefix

    returns

    the message containing the suggestion

  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped