Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptCleaner
Deprecated.
but kept so the user created script is not thrown away. The cleaner will be presented in UI, the script
will be preserved but never invoked.
|
class |
PsCleaner |
Modifier and Type | Method and Description |
---|---|
ProcCleaner |
PreBuildCleanup.getCleaner() |
ProcCleaner |
PostBuildCleanup.getCleaner() |
Modifier and Type | Method and Description |
---|---|
static hudson.ExtensionList<ProcCleaner> |
ProcCleaner.all() |
static Collection<hudson.model.Descriptor<ProcCleaner>> |
PreBuildCleanup.DescriptorImpl.getCleanerDescriptors(ProcCleaner current) |
static Collection<hudson.model.Descriptor<ProcCleaner>> |
PostBuildCleanup.DescriptorImpl.getCleanerDescriptors(ProcCleaner current) |
Modifier and Type | Method and Description |
---|---|
static Collection<hudson.model.Descriptor<ProcCleaner>> |
PreBuildCleanup.DescriptorImpl.getCleanerDescriptors(ProcCleaner current) |
static Collection<hudson.model.Descriptor<ProcCleaner>> |
PostBuildCleanup.DescriptorImpl.getCleanerDescriptors(ProcCleaner current) |
Constructor and Description |
---|
PostBuildCleanup(ProcCleaner cleaner) |
PreBuildCleanup(ProcCleaner cleaner) |
Constructor and Description |
---|
ProcCleanerDescriptor(Class<? extends ProcCleaner> clazz) |
Copyright © 2016–2021. All rights reserved.