Class LastPinnedBuildFinder

    • Method Detail

      • name

        @NotNull
        public String name()
        Description copied from interface: BuildFinder
        Returns name of this finder
        Specified by:
        name in interface BuildFinder
        Returns:
        name of this finder
      • findBuild

        public SBuild findBuild​(@NotNull
                                SBuildType buildType,
                                @Nullable
                                SBuild scope)
        Description copied from interface: BuildFinder
        Does actual lookup of a build
        Specified by:
        findBuild in interface BuildFinder
        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