Package hudson.model

Class Cause.RemoteCause

  • Enclosing class:
    Cause

    public static class Cause.RemoteCause
    extends Cause
    • Constructor Detail

      • RemoteCause

        public RemoteCause​(String host,
                           String note)
    • Method Detail

      • getShortDescription

        public String getShortDescription()
        Description copied from class: Cause
        One-line human-readable text of the cause. Historically, this method's return value was used to render HTML on the UI as well. Since Jenkins 2.315 and 2.303.2, the return value is interpreted as text. To have rich HTML output on the UI, provide a custom description.jelly view for your subclass. See the documentation.
        Specified by:
        getShortDescription in class Cause
      • getAddr

        @Exported(visibility=3)
        public String getAddr()
      • getNote

        @Exported(visibility=3)
        public String getNote()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object