Class SCMTriggerCauseHandler
java.lang.Object
io.jenkins.plugins.opentelemetry.job.cause.SCMTriggerCauseHandler
- All Implemented Interfaces:
CauseHandler
,Comparable<CauseHandler>
@Extension(optional=true,
dynamicLoadable=YES)
public class SCMTriggerCauseHandler
extends Object
implements CauseHandler
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jenkins.plugins.opentelemetry.job.cause.CauseHandler
compareTo, configure, getStructuredDescription
-
Constructor Details
-
SCMTriggerCauseHandler
- Throws:
ClassNotFoundException
-
-
Method Details
-
isSupported
- Specified by:
isSupported
in interfaceCauseHandler
-
ordinal
public int ordinal()- Specified by:
ordinal
in interfaceCauseHandler
- Returns:
- the ordinal of this handler to execute step handlers in predictable order. The smallest ordinal is executed first.
-