Class Config
- java.lang.Object
-
- org.thoughtslive.jenkins.plugins.hubot.config.notifications.Config
-
- All Implemented Interfaces:
Describable<Config>,Serializable,Cloneable
public class Config extends Object implements Describable<Config>, Serializable, Cloneable
Holds the build notification configuration.- Author:
- Naresh Rayapati.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfig.DescriptorImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Configclone()Descriptor<Config>getDescriptor()
-
-
-
Method Detail
-
getDescriptor
public Descriptor<Config> getDescriptor()
- Specified by:
getDescriptorin interfaceDescribable<Config>
-
clone
public Config clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
-