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 class
static class
final class
Nested classes/interfaces inherited from class io.jenkins.plugins.junit.storage.JunitTestResultStorage
io.jenkins.plugins.junit.storage.JunitTestResultStorage.RemotePublisher
Nested 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.RemotePublisher
createRemotePublisher
(Run<?, ?> build) boolean
io.jenkins.plugins.junit.storage.TestResultImpl
void
setSkipCleanupRunsOnDeletion
(boolean skipCleanupRunsOnDeletion) static <T> T
static void
Methods inherited from class io.jenkins.plugins.junit.storage.JunitTestResultStorage
find
Methods 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:
createRemotePublisher
in classio.jenkins.plugins.junit.storage.JunitTestResultStorage
- Throws:
IOException
-
load
- Specified by:
load
in classio.jenkins.plugins.junit.storage.JunitTestResultStorage
-
withSpan
-
withSpan
-