Package hudson.triggers
Class TimerTrigger.TimerTriggerCause
java.lang.Object
hudson.model.Cause
hudson.triggers.TimerTrigger.TimerTriggerCause
- Enclosing class:
- TimerTrigger
- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.model.CauseCause.LegacyCodeCause, Cause.RemoteCause, Cause.UpstreamCause, Cause.UserCause, Cause.UserIdCause
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanOne-line human-readable text of the cause.inthashCode()
- 
Constructor Details- 
TimerTriggerCausepublic TimerTriggerCause()
 
- 
- 
Method Details- 
getShortDescriptionDescription copied from class:CauseOne-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 customdescription.jellyview for your subclass. See the documentation.- Specified by:
- getShortDescriptionin class- Cause
 
- 
equals
- 
hashCodepublic int hashCode()
 
-