Package io.jenkins.plugins.junit.storage
Class JunitTestResultStorage
java.lang.Object
hudson.model.AbstractDescribableImpl<JunitTestResultStorage>
io.jenkins.plugins.junit.storage.JunitTestResultStorage
- All Implemented Interfaces:
ExtensionPoint,Describable<JunitTestResultStorage>
- Direct Known Subclasses:
FileJunitTestResultStorage
@Restricted(org.kohsuke.accmod.restrictions.Beta.class)
public abstract class JunitTestResultStorage
extends AbstractDescribableImpl<JunitTestResultStorage>
implements ExtensionPoint
Allows test results to be saved and loaded from an external storage service.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceRemotable hook to perform test result publishing.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRemotePublisher(Run<?, ?> build) static JunitTestResultStoragefind()abstract TestResultImplMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Describable
getDescriptor
-
Constructor Details
-
JunitTestResultStorage
public JunitTestResultStorage()
-
-
Method Details
-
createRemotePublisher
public abstract JunitTestResultStorage.RemotePublisher createRemotePublisher(Run<?, ?> build) throws IOException- Throws:
IOException
-
load
-
find
-