org.jenkins_ci.plugins.build_keeper
Class ByDayPolicy
java.lang.Object
org.jenkins_ci.plugins.build_keeper.BuildKeeperPolicy
org.jenkins_ci.plugins.build_keeper.PeriodAndFailedPolicy
org.jenkins_ci.plugins.build_keeper.ByDayPolicy
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<BuildKeeperPolicy>
public class ByDayPolicy
- extends PeriodAndFailedPolicy
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Method Summary |
void |
apply(hudson.model.AbstractBuild build,
hudson.model.BuildListener listener)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByDayPolicy
@DataBoundConstructor
public ByDayPolicy(int buildPeriod)
apply
public void apply(hudson.model.AbstractBuild build,
hudson.model.BuildListener listener)
throws IOException
- Specified by:
apply
in class BuildKeeperPolicy
- Throws:
IOException
Copyright © 2004-2012. All Rights Reserved.