|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.build_publisher.HudsonInstance
public final class HudsonInstance
Represents remote public Hudson instance.
| Constructor Summary | |
|---|---|
HudsonInstance(String name,
String url,
String login,
String password)
|
|
| Method Summary | |
|---|---|
String |
getLogin()
|
String |
getName()
|
String |
getPassword()
|
PublisherThread |
getPublisherThread()
Gets the thread that does the publication. |
List<hudson.model.AbstractBuild> |
getQueue()
Obtains the current queue of builds that are waiting for publication. |
String |
getUrl()
|
void |
loadProxy()
|
void |
publishBuild(hudson.model.AbstractBuild build,
StatusInfo status)
Same as previous, but doesn't set status for the build. |
void |
publishNewBuild(hudson.model.AbstractBuild build)
Append the build to the publishing queue. |
boolean |
requiresAuthentication()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HudsonInstance(String name,
String url,
String login,
String password)
| Method Detail |
|---|
public String getLogin()
public String getPassword()
public boolean requiresAuthentication()
public String getUrl()
public String getName()
public void publishNewBuild(hudson.model.AbstractBuild build)
public void publishBuild(hudson.model.AbstractBuild build,
StatusInfo status)
public void loadProxy()
public List<hudson.model.AbstractBuild> getQueue()
public PublisherThread getPublisherThread()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||