Skip to content

Commit

Permalink
feature/JENKINS-38339-link-downstream-builds-to-trigger-node * Unstar…
Browse files Browse the repository at this point in the history
… imports, clean up JavaDocs
  • Loading branch information
sophistifunk committed Dec 12, 2017
1 parent 0bb93ea commit d08db2c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
Expand Up @@ -6,7 +6,22 @@
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import hudson.AbortException;
import hudson.console.ModelHyperlinkNote;
import hudson.model.*;
import hudson.model.Action;
import hudson.model.Cause;
import hudson.model.CauseAction;
import hudson.model.Computer;
import hudson.model.Describable;
import hudson.model.Executor;
import hudson.model.Item;
import hudson.model.Job;
import hudson.model.ParameterDefinition;
import hudson.model.ParameterValue;
import hudson.model.ParametersAction;
import hudson.model.ParametersDefinitionProperty;
import hudson.model.Queue;
import hudson.model.Result;
import hudson.model.Run;
import hudson.model.TaskListener;
import hudson.model.queue.QueueTaskFuture;
import hudson.model.queue.ScheduleResult;
import jenkins.model.Jenkins;
Expand Down
Expand Up @@ -13,7 +13,7 @@
* because the downstream run id is not available when they're still queued.
*
* Needed for Blue Ocean to annotate the correct step.
* @see: https://issues.jenkins-ci.org/browse/JENKINS-38339
* See <a href="https://issues.jenkins-ci.org/browse/JENKINS-38339">#JENKINS-38339</a>
*/
public class BuildUpstreamNodeAction extends InvisibleAction {

Expand Down

0 comments on commit d08db2c

Please sign in to comment.