net.praqma.logging
Class LoggingJobProperty
java.lang.Object
hudson.model.JobProperty<hudson.model.Job<?,?>>
net.praqma.logging.LoggingJobProperty
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep
public class LoggingJobProperty
- extends hudson.model.JobProperty<hudson.model.Job<?,?>>
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.model.JobProperty |
owner |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
| Methods inherited from class hudson.model.JobProperty |
getDescriptor, getJobAction, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner |
levels
public static final String[] levels
LoggingJobProperty
@DataBoundConstructor
public LoggingJobProperty(boolean pollLogging,
int pruneDays)
getPollhandler
public LoggingHandler getPollhandler(long id,
String name)
throws IOException
- Throws:
IOException
resetPollhandler
public void resetPollhandler(long id)
getLoggingAction
public LoggingAction getLoggingAction(long id,
String name)
throws IOException
- Throws:
IOException
getJobActions
public Collection<? extends hudson.model.Action> getJobActions(hudson.model.Job<?,?> job)
- Overrides:
getJobActions in class hudson.model.JobProperty<hudson.model.Job<?,?>>
getTargets
public List<LoggingTarget> getTargets()
isPollLogging
public boolean isPollLogging()
getPruneDays
public int getPruneDays()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2012. All Rights Reserved.