Class UpstreamDeploymentCause


  • public class UpstreamDeploymentCause
    extends Cause.UpstreamCause
    Indicates that a build was triggered because an artifact from a previous build was deployed to servers.

    This class extends from Cause.UpstreamCause to point to the build that previously touched the artifact in question.

    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • UpstreamDeploymentCause

        public UpstreamDeploymentCause​(Run<?,​?> up)