@Extension public class DatabaseTestResultStorage extends io.jenkins.plugins.junit.storage.JunitTestResultStorage
| Modifier and Type | Class and Description |
|---|---|
static class |
DatabaseTestResultStorage.DescriptorImpl |
class |
DatabaseTestResultStorage.TestResultStorage |
io.jenkins.plugins.junit.storage.JunitTestResultStorage.RemotePublisherExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
DatabaseTestResultStorage() |
| Modifier and Type | Method and Description |
|---|---|
io.jenkins.plugins.junit.storage.JunitTestResultStorage.RemotePublisher |
createRemotePublisher(Run<?,?> build) |
io.jenkins.plugins.junit.storage.database.DatabaseTestResultStorage.ConnectionSupplier |
getConnectionSupplier() |
boolean |
isSkipCleanupRunsOnDeletion() |
io.jenkins.plugins.junit.storage.TestResultImpl |
load(String job,
int build) |
void |
setSkipCleanupRunsOnDeletion(boolean skipCleanupRunsOnDeletion) |
getDescriptor@DataBoundConstructor public DatabaseTestResultStorage()
public io.jenkins.plugins.junit.storage.database.DatabaseTestResultStorage.ConnectionSupplier getConnectionSupplier()
public boolean isSkipCleanupRunsOnDeletion()
@DataBoundSetter public void setSkipCleanupRunsOnDeletion(boolean skipCleanupRunsOnDeletion)
public io.jenkins.plugins.junit.storage.JunitTestResultStorage.RemotePublisher createRemotePublisher(Run<?,?> build) throws IOException
createRemotePublisher in class io.jenkins.plugins.junit.storage.JunitTestResultStorageIOExceptionpublic io.jenkins.plugins.junit.storage.TestResultImpl load(String job, int build)
load in class io.jenkins.plugins.junit.storage.JunitTestResultStorageCopyright © 2016–2021. All rights reserved.