Class MissingArtifactException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.MissingArtifactException
- All Implemented Interfaces:
Serializable
Raised when an
EiffelArtifactPublishedEvent
can't be created from an EiffelArtifactCreatedEvent
because one or more files declare in the latter
doesn't exist as a Jenkins artifact for the build, making it impossible to create URIs for the Eiffel
artifact's files.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingArtifactException
(EiffelArtifactCreatedEvent creationEvent, Collection<String> missingArtifacts) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingArtifactException
public MissingArtifactException(@NonNull EiffelArtifactCreatedEvent creationEvent, @NonNull Collection<String> missingArtifacts)
-