Class BuildNotFoundException

    • Constructor Detail

      • BuildNotFoundException

        public BuildNotFoundException​(String message)
      • BuildNotFoundException

        public BuildNotFoundException​(@NotNull
                                      String message,
                                      @Nullable
                                      SBuildType buildType)
    • Method Detail

      • getBuildType

        @Nullable
        public SBuildType getBuildType()
        Returns:
        build configuration where build lookup was performed, if any. Returns null if build configuration is unknown.