Interface BuildFinder

    • Method Detail

      • name

        @NotNull
        String name()
        Returns name of this finder
        Returns:
        name of this finder
      • findBuild

        @Nullable
        SBuild findBuild​(@NotNull
                         SBuildType buildType,
                         @Nullable
                         SBuild scope)
        Does actual lookup of a build
        Parameters:
        buildType - build configuration where to lookup for a build
        scope - - if specified - a build for which the lookup is performed
        Returns:
        found build or null