public class ScheduledTimerDescriptor extends DescribableDescriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
Constructor and Description |
---|
ScheduledTimerDescriptor() |
Modifier and Type | Method and Description |
---|---|
String |
getDayOfMonth() |
String |
getDayOfWeek() |
Date |
getEnd() |
String |
getHour() |
String |
getInfo() |
String |
getMinute() |
String |
getMonth() |
boolean |
getPersistent() |
String |
getSecond() |
Date |
getStart() |
MethodDescriptor |
getTimeoutMethod() |
String |
getTimezone() |
String |
getYear() |
void |
setDayOfMonth(String d) |
void |
setDayOfWeek(String d) |
void |
setEnd(Date e) |
void |
setHour(String h) |
void |
setInfo(String i) |
void |
setMinute(String m) |
void |
setMonth(String m) |
void |
setPersistent(boolean flag) |
void |
setSecond(String s) |
void |
setStart(Date s) |
void |
setTimeoutMethod(MethodDescriptor m) |
void |
setTimezone(String timezoneID) |
void |
setYear(String y) |
String |
toString() |
getDescription, setDescription
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public void setSecond(String s)
public String getSecond()
public void setMinute(String m)
public String getMinute()
public void setHour(String h)
public String getHour()
public void setDayOfMonth(String d)
public String getDayOfMonth()
public void setMonth(String m)
public String getMonth()
public void setDayOfWeek(String d)
public String getDayOfWeek()
public void setYear(String y)
public String getYear()
public void setTimezone(String timezoneID)
public String getTimezone()
public void setStart(Date s)
public Date getStart()
public void setEnd(Date e)
public Date getEnd()
public void setPersistent(boolean flag)
public boolean getPersistent()
public void setInfo(String i)
public String getInfo()
public void setTimeoutMethod(MethodDescriptor m)
public MethodDescriptor getTimeoutMethod()
public String toString()
toString
in class DynamicAttributesDescriptor
Copyright © 2020. All rights reserved.