Class DatabaseTestResultStorage
java.lang.Object
hudson.model.AbstractDescribableImpl<io.jenkins.plugins.junit.storage.JunitTestResultStorage>
io.jenkins.plugins.junit.storage.JunitTestResultStorage
io.jenkins.plugins.junit.storage.database.DatabaseTestResultStorage
- All Implemented Interfaces:
ExtensionPoint,Describable<io.jenkins.plugins.junit.storage.JunitTestResultStorage>
@Extension
public class DatabaseTestResultStorage
extends io.jenkins.plugins.junit.storage.JunitTestResultStorage
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classfinal classNested classes/interfaces inherited from class io.jenkins.plugins.junit.storage.JunitTestResultStorage
io.jenkins.plugins.junit.storage.JunitTestResultStorage.RemotePublisherNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.jenkins.plugins.junit.storage.JunitTestResultStorage.RemotePublishercreateRemotePublisher(Run<?, ?> build) booleanio.jenkins.plugins.junit.storage.TestResultImplvoidsetSkipCleanupRunsOnDeletion(boolean skipCleanupRunsOnDeletion) static <T> Tstatic voidMethods inherited from class io.jenkins.plugins.junit.storage.JunitTestResultStorage
findMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Field Details
-
log
-
-
Constructor Details
-
DatabaseTestResultStorage
@DataBoundConstructor public DatabaseTestResultStorage()
-
-
Method Details
-
getConnectionSupplier
-
isSkipCleanupRunsOnDeletion
public boolean isSkipCleanupRunsOnDeletion() -
setSkipCleanupRunsOnDeletion
@DataBoundSetter public void setSkipCleanupRunsOnDeletion(boolean skipCleanupRunsOnDeletion) -
createRemotePublisher
public io.jenkins.plugins.junit.storage.JunitTestResultStorage.RemotePublisher createRemotePublisher(Run<?, ?> build) throws IOException- Specified by:
createRemotePublisherin classio.jenkins.plugins.junit.storage.JunitTestResultStorage- Throws:
IOException
-
load
- Specified by:
loadin classio.jenkins.plugins.junit.storage.JunitTestResultStorage
-
withSpan
-
withSpan
-