Class RebuildCause


public class RebuildCause extends Cause.UpstreamCause
A cause specifying that the build was a rebuild of another build. Extends UpstreamCause so that a lot of the magic that Jenkins does with Upstream builds is inherited (linking, etc).
Author:
Joel Johnson, Oleg Nenashev
  • Constructor Details

    • RebuildCause

      public RebuildCause(Run<?,?> up)
      RebuildCause constructor.
      Parameters:
      up - Run.
  • Method Details