Class SavedBuildSelector

    • Constructor Detail

      • SavedBuildSelector

        @DataBoundConstructor
        public SavedBuildSelector()
    • Method Detail

      • isSelectable

        protected boolean isSelectable​(Run<?,​?> run,
                                       EnvVars env)
        Description copied from class: BuildSelector
        Should this build be selected? Override just this method to use a standard loop through completed builds, starting with the most recent.
        Overrides:
        isSelectable in class BuildSelector
        Parameters:
        run - Build to check
        env - Environment for build that is copying artifacts
        Returns:
        True to select this build