Class LastCompletedBuildSelector

    • Constructor Detail

      • LastCompletedBuildSelector

        @DataBoundConstructor
        public LastCompletedBuildSelector()
    • Method Detail

      • 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