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 class
Config.DescriptorImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Config
clone()
Descriptor<Config>
getDescriptor()
-
-
-
Method Detail
-
getDescriptor
public Descriptor<Config> getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<Config>
-
clone
public Config clone() throws CloneNotSupportedException
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
-