com.tikal.hudson.plugins.notification
Class Endpoint

java.lang.Object
  extended by com.tikal.hudson.plugins.notification.Endpoint

public class Endpoint
extends Object


Constructor Summary
Endpoint(Protocol protocol, String url, Format format)
           
 
Method Summary
 hudson.util.FormValidation doCheckURL(String url)
           
 Format getFormat()
           
 Protocol getProtocol()
           
 String getUrl()
           
 void setFormat(Format format)
           
 void setProtocol(Protocol protocol)
           
 void setUrl(String url)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Endpoint

@DataBoundConstructor
public Endpoint(Protocol protocol,
                                     String url,
                                     Format format)
Method Detail

getProtocol

public Protocol getProtocol()

setProtocol

public void setProtocol(Protocol protocol)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getFormat

public Format getFormat()

setFormat

public void setFormat(Format format)

doCheckURL

public hudson.util.FormValidation doCheckURL(@QueryParameter(value="url",fixEmpty=true)
                                             String url)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013. All Rights Reserved.