Package hudson.ivy

Class IvyBuildTrigger.UserCause

Enclosing class:
IvyBuildTrigger

public static class IvyBuildTrigger.UserCause extends Cause.UserIdCause
This cause is used when triggering downstream builds from the external event trigger.
Author:
jmetcalf@dev.java.net
See Also:
  • Constructor Details

    • UserCause

      public UserCause(String ivylabel)
      Constructor
      Parameters:
      ivylabel - The Ivy ModuleRevisionId label computed from the StaplerRequest2.
  • Method Details

    • getIvylabel

      public String getIvylabel()
      Returns:
      the Ivy ModuleRevisionId label associated with the cause.
    • getShortDescription

      public String getShortDescription()
      Overrides:
      getShortDescription in class Cause.UserIdCause
      Returns:
      the short description of the cause for display purposes.