|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tikal.hudson.plugins.notification.Endpoint
public class Endpoint
| 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 |
|---|
@DataBoundConstructor
public Endpoint(Protocol protocol,
String url,
Format format)
| Method Detail |
|---|
public Protocol getProtocol()
public void setProtocol(Protocol protocol)
public String getUrl()
public void setUrl(String url)
public Format getFormat()
public void setFormat(Format format)
public hudson.util.FormValidation doCheckURL(@QueryParameter(value="url",fixEmpty=true)
String url)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||