Package jenkins.tasks

Interface SimpleBuildStep.LastBuildAction

    • Method Detail

      • getProjectActions

        Collection<? extends Action> getProjectActions()
        Optionally add some actions to the project owning this build.
        Returns:
        zero or more transient actions; if you need to know the Job, implement RunAction2 and use Run.getParent()