Class ToolInstallationError


  • public class ToolInstallationError
    extends Object
    Since:
    2024.07
    • Constructor Detail

      • ToolInstallationError

        public ToolInstallationError​(@NotNull
                                     String toolId,
                                     @NotNull
                                     String toolTypeId,
                                     @NotNull
                                     Boolean isBundled,
                                     @NotNull
                                     String errorMessage,
                                     @Nullable
                                     String toolVersion)
      • ToolInstallationError

        public ToolInstallationError​(@NotNull
                                     ToolVersion toolVersion,
                                     @NotNull
                                     String errorMessage)
    • Method Detail

      • toolId

        @NotNull
        public String toolId()
      • toolTypeId

        @NotNull
        public String toolTypeId()
      • isBundled

        public boolean isBundled()
      • errorMessage

        @NotNull
        public String errorMessage()
      • toolVersion

        @Nullable
        public String toolVersion()