Class SavedBuildSelector

All Implemented Interfaces:
ExtensionPoint, Describable<BuildSelector>

public class SavedBuildSelector extends BuildSelector
Copy artifacts from the latest saved build (marked "keep forever").
Author:
Alan Harder
  • Field Details

  • Constructor Details

    • SavedBuildSelector

      @DataBoundConstructor public SavedBuildSelector()
  • Method Details

    • 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