Package jenkins.model

Class CauseOfInterruption

    • Constructor Detail

      • CauseOfInterruption

        public CauseOfInterruption()
    • Method Detail

      • getShortDescription

        @Exported
        public abstract String getShortDescription()
        Human readable description of why the build is cancelled.
      • print

        public void print​(TaskListener listener)
        Report a line to the listener about this cause.