Class UpstreamCauseHandler
java.lang.Object
io.jenkins.plugins.opentelemetry.job.cause.UpstreamCauseHandler
- All Implemented Interfaces:
CauseHandler,Comparable<CauseHandler>
@Extension(optional=true,
dynamicLoadable=YES)
public class UpstreamCauseHandler
extends Object
implements CauseHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStructuredDescription(Cause cause) Machine-readable description of the cause like "UserIdCause:anonymous"...booleanisSupported(Cause cause) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jenkins.plugins.opentelemetry.job.cause.CauseHandler
compareTo, configure, ordinal
-
Constructor Details
-
UpstreamCauseHandler
- Throws:
ClassNotFoundException
-
-
Method Details
-
isSupported
- Specified by:
isSupportedin interfaceCauseHandler
-
getStructuredDescription
Description copied from interface:CauseHandlerMachine-readable description of the cause like "UserIdCause:anonymous"...- Specified by:
getStructuredDescriptionin interfaceCauseHandler
-