de.fspengler.hudson.plugin
Class LogActionProperty.LogActionDescriptor
java.lang.Object
hudson.model.Descriptor<hudson.model.JobProperty<?>>
hudson.model.JobPropertyDescriptor
de.fspengler.hudson.plugin.LogActionProperty.LogActionDescriptor
- All Implemented Interfaces:
- hudson.model.Saveable
- Enclosing class:
- LogActionProperty
public static final class LogActionProperty.LogActionDescriptor
- extends hudson.model.JobPropertyDescriptor
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
| Fields inherited from class hudson.model.Descriptor |
ALL, clazz |
| Methods inherited from class hudson.model.JobPropertyDescriptor |
getPropertyDescriptors |
| Methods inherited from class hudson.model.Descriptor |
configure, configure, convert, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, load, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogActionProperty.LogActionDescriptor
public LogActionProperty.LogActionDescriptor()
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.model.JobProperty<?>>
newInstance
public LogActionProperty newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
- Overrides:
newInstance in class hudson.model.JobPropertyDescriptor
- Throws:
hudson.model.Descriptor.FormException
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req)
throws hudson.model.Descriptor.FormException
- Overrides:
configure in class hudson.model.Descriptor<hudson.model.JobProperty<?>>
- Throws:
hudson.model.Descriptor.FormException
isApplicable
public boolean isApplicable(java.lang.Class<? extends hudson.model.Job> jobType)
- Overrides:
isApplicable in class hudson.model.JobPropertyDescriptor
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(java.lang.Boolean enable)
getRestartPattern
public java.lang.String getRestartPattern()
setRestartPattern
public void setRestartPattern(java.lang.String restartPattern)
isRestartEnabled
public boolean isRestartEnabled()
setRestartEnabled
public void setRestartEnabled(java.lang.Boolean restartEnabled)
getPatternForRestart
public java.util.regex.Pattern getPatternForRestart()
getRestartDescription
public java.lang.String getRestartDescription()
setRestartDescription
public void setRestartDescription(java.lang.String restartDescription)
getRestartDelay
public java.lang.Integer getRestartDelay()
setRestartDelay
public void setRestartDelay(java.lang.Integer restartDelay)
Copyright © 2009 Fox Mobile Distribution GmbH. All Rights Reserved.