org.hudsonci.plugins.snapshotmonitor
Class SnapshotMonitorPlugin
java.lang.Object
hudson.Plugin
org.hudsonci.plugins.snapshotmonitor.SnapshotMonitorPlugin
- All Implemented Interfaces:
- hudson.model.Saveable
@Named
@Singleton
public class SnapshotMonitorPlugin
- extends hudson.Plugin
Hudson maven snapshot monitor plugin.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Nested classes/interfaces inherited from class hudson.Plugin |
hudson.Plugin.DummyImpl |
| Fields inherited from interface hudson.model.Saveable |
NOOP |
| Methods inherited from class hudson.Plugin |
configure, doDynamic, getConfigXml, load, postInitialize, save, setServletContext, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnapshotMonitorPlugin
public SnapshotMonitorPlugin()
getUrl
@JellyAccessible
public String getUrl()
setUrl
public void setUrl(String url)
getUserName
@JellyAccessible
public String getUserName()
setUserName
public void setUserName(String userName)
getPassword
@JellyAccessible
public String getPassword()
setPassword
public void setPassword(String password)
isConfigured
public boolean isConfigured()
start
public void start()
throws Exception
- Overrides:
start in class hudson.Plugin
- Throws:
Exception
configure
public void configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject data)
throws IOException,
javax.servlet.ServletException,
hudson.model.Descriptor.FormException
- Overrides:
configure in class hudson.Plugin
- Throws:
IOException
javax.servlet.ServletException
hudson.model.Descriptor.FormException
Copyright © 2004-2012 Hudson. All Rights Reserved.