Class LastCompletedBuildSelector

All Implemented Interfaces:
ExtensionPoint, Describable<BuildSelector>

public class LastCompletedBuildSelector extends BuildSelector
Copy artifacts from the latest build (ignoring the build status)
Author:
Helmut Schaa
  • Field Details

  • Constructor Details

    • LastCompletedBuildSelector

      @DataBoundConstructor public LastCompletedBuildSelector()
  • Method Details

    • isSelectable

      public 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