|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper> hudson.tasks.BuildWrapper hudson.plugins.dumpinfo.DumpInfoBuildWrapper
public final class DumpInfoBuildWrapper
This plugin allows jobs to automatically dump some important Hudson-specific information into the job log.
Nested Class Summary | |
---|---|
static class |
DumpInfoBuildWrapper.DescriptorImpl
Plugin marker for BuildWrapper. |
Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper |
---|
hudson.tasks.BuildWrapper.Environment |
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Constructor Summary | |
---|---|
DumpInfoBuildWrapper(boolean dumpComputers,
boolean dumpJdks,
boolean dumpPlugins,
boolean dumpSystemProperties,
boolean dumpEnvironmentVariables)
Configuration of this plugin is per-job. |
Method Summary | |
---|---|
boolean |
isDumpComputers()
Get whether or not to dump information about Hudson slave computers. |
boolean |
isDumpEnvironmentVariables()
Get whether or not to dump information about Hudson environment variables. |
boolean |
isDumpJdks()
Get whether or not to dump information about Hudson JDK tools. |
boolean |
isDumpPlugins()
Get whether or not to dump information about Hudson plugins. |
boolean |
isDumpSystemProperties()
Get whether or not to dump information about Hudson system properties. |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
|
Methods inherited from class hudson.tasks.BuildWrapper |
---|
all, decorateLauncher, decorateLogger, getProjectAction, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, setUp |
Methods inherited from class hudson.model.AbstractDescribableImpl |
---|
getDescriptor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@DataBoundConstructor public DumpInfoBuildWrapper(boolean dumpComputers, boolean dumpJdks, boolean dumpPlugins, boolean dumpSystemProperties, boolean dumpEnvironmentVariables)
dumpComputers
- whether or not to dump information about Hudson slave computersdumpJdks
- whether or not to dump information about Hudson JDK toolsdumpPlugins
- whether or not to dump information about Hudson pluginsdumpSystemProperties
- whether or not to dump information about Hudson system propertiesdumpEnvironmentVariables
- whether or not to dump information about Hudson environment
variablesMethod Detail |
---|
public boolean isDumpComputers()
public boolean isDumpJdks()
public boolean isDumpPlugins()
public boolean isDumpSystemProperties()
public boolean isDumpEnvironmentVariables()
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws java.io.IOException, java.lang.InterruptedException
setUp
in class hudson.tasks.BuildWrapper
java.io.IOException
java.lang.InterruptedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |