mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-23 21:38:32 +00:00
Wagon: Deploying site to repository
This commit is contained in:
parent
794c1c4af2
commit
ed782f19c5
147 changed files with 3180 additions and 1626 deletions
|
@ -2,13 +2,13 @@
|
|||
<!--NewPage-->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<!-- Generated by javadoc (build 1.6.0_24) on Wed Jul 06 22:59:36 CEST 2011 -->
|
||||
<!-- Generated by javadoc (build 1.6.0_24) on Thu Jul 07 23:06:52 CEST 2011 -->
|
||||
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<TITLE>
|
||||
Index (RunDeck API - Java Client 1.0-SNAPSHOT API)
|
||||
</TITLE>
|
||||
|
||||
<META NAME="date" CONTENT="2011-07-06">
|
||||
<META NAME="date" CONTENT="2011-07-07">
|
||||
|
||||
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
|
||||
|
||||
|
@ -79,7 +79,7 @@ function windowTitle()
|
|||
<A NAME="skip-navbar_top"></A>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
|
||||
<A HREF="#_A_">A</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_X_">X</A> <HR>
|
||||
<A HREF="#_A_">A</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_X_">X</A> <HR>
|
||||
<A NAME="_A_"><!-- --></A><H2>
|
||||
<B>A</B></H2>
|
||||
<DL>
|
||||
|
@ -106,6 +106,14 @@ Constructor for class org.rundeck.api.util.<A HREF="./org/rundeck/api/util/Asser
|
|||
<DD>
|
||||
</DL>
|
||||
<HR>
|
||||
<A NAME="_D_"><!-- --></A><H2>
|
||||
<B>D</B></H2>
|
||||
<DL>
|
||||
<DT><A HREF="./org/rundeck/api/RundeckClient.html#deleteJob(java.lang.String)"><B>deleteJob(String)</B></A> -
|
||||
Method in class org.rundeck.api.<A HREF="./org/rundeck/api/RundeckClient.html" title="class in org.rundeck.api">RundeckClient</A>
|
||||
<DD>Delete a single job, identified by the given ID
|
||||
</DL>
|
||||
<HR>
|
||||
<A NAME="_E_"><!-- --></A><H2>
|
||||
<B>E</B></H2>
|
||||
<DL>
|
||||
|
@ -160,6 +168,20 @@ Constructor for class org.rundeck.api.parser.<A HREF="./org/rundeck/api/parser/E
|
|||
<DT><A HREF="./org/rundeck/api/parser/ExecutionParser.html#ExecutionParser(java.lang.String)"><B>ExecutionParser(String)</B></A> -
|
||||
Constructor for class org.rundeck.api.parser.<A HREF="./org/rundeck/api/parser/ExecutionParser.html" title="class in org.rundeck.api.parser">ExecutionParser</A>
|
||||
<DD>
|
||||
<DT><A HREF="./org/rundeck/api/RundeckClient.html#exportJobs(java.lang.String)"><B>exportJobs(String)</B></A> -
|
||||
Method in class org.rundeck.api.<A HREF="./org/rundeck/api/RundeckClient.html" title="class in org.rundeck.api">RundeckClient</A>
|
||||
<DD>Export the definitions of all jobs that belongs to the given project
|
||||
<DT><A HREF="./org/rundeck/api/RundeckClient.html#exportJobs(java.lang.String, java.lang.String, java.lang.String, java.lang.String...)"><B>exportJobs(String, String, String, String...)</B></A> -
|
||||
Method in class org.rundeck.api.<A HREF="./org/rundeck/api/RundeckClient.html" title="class in org.rundeck.api">RundeckClient</A>
|
||||
<DD>Export the definitions of the jobs that belongs to the given project, and matches the given criteria (jobFilter,
|
||||
groupPath and jobIds)
|
||||
<DT><A HREF="./org/rundeck/api/RundeckClient.html#exportJobsToFile(java.lang.String, java.lang.String)"><B>exportJobsToFile(String, String)</B></A> -
|
||||
Method in class org.rundeck.api.<A HREF="./org/rundeck/api/RundeckClient.html" title="class in org.rundeck.api">RundeckClient</A>
|
||||
<DD>Export the definitions of all jobs that belongs to the given project, as an XML file
|
||||
<DT><A HREF="./org/rundeck/api/RundeckClient.html#exportJobsToFile(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String...)"><B>exportJobsToFile(String, String, String, String, String...)</B></A> -
|
||||
Method in class org.rundeck.api.<A HREF="./org/rundeck/api/RundeckClient.html" title="class in org.rundeck.api">RundeckClient</A>
|
||||
<DD>Export the definitions of the jobs that belongs to the given project, and matches the given criteria (jobFilter,
|
||||
groupPath and jobIds), as an XML file
|
||||
</DL>
|
||||
<HR>
|
||||
<A NAME="_F_"><!-- --></A><H2>
|
||||
|
@ -194,6 +216,9 @@ Method in class org.rundeck.api.domain.<A HREF="./org/rundeck/api/domain/Rundeck
|
|||
<DT><A HREF="./org/rundeck/api/domain/RundeckProject.html#getDescription()"><B>getDescription()</B></A> -
|
||||
Method in class org.rundeck.api.domain.<A HREF="./org/rundeck/api/domain/RundeckProject.html" title="class in org.rundeck.api.domain">RundeckProject</A>
|
||||
<DD>
|
||||
<DT><A HREF="./org/rundeck/api/domain/RundeckExecution.html#getDuration()"><B>getDuration()</B></A> -
|
||||
Method in class org.rundeck.api.domain.<A HREF="./org/rundeck/api/domain/RundeckExecution.html" title="class in org.rundeck.api.domain">RundeckExecution</A>
|
||||
<DD>
|
||||
<DT><A HREF="./org/rundeck/api/domain/RundeckExecution.html#getDurationInMillis()"><B>getDurationInMillis()</B></A> -
|
||||
Method in class org.rundeck.api.domain.<A HREF="./org/rundeck/api/domain/RundeckExecution.html" title="class in org.rundeck.api.domain">RundeckExecution</A>
|
||||
<DD>
|
||||
|
@ -308,6 +333,9 @@ Method in class org.rundeck.api.<A HREF="./org/rundeck/api/RundeckClient.html" t
|
|||
<DT><A HREF="./org/rundeck/api/RundeckClient.html#getRunningExecutions(java.lang.String)"><B>getRunningExecutions(String)</B></A> -
|
||||
Method in class org.rundeck.api.<A HREF="./org/rundeck/api/RundeckClient.html" title="class in org.rundeck.api">RundeckClient</A>
|
||||
<DD>Get the running executions for the given project
|
||||
<DT><A HREF="./org/rundeck/api/domain/RundeckExecution.html#getShortDuration()"><B>getShortDuration()</B></A> -
|
||||
Method in class org.rundeck.api.domain.<A HREF="./org/rundeck/api/domain/RundeckExecution.html" title="class in org.rundeck.api.domain">RundeckExecution</A>
|
||||
<DD>
|
||||
<DT><A HREF="./org/rundeck/api/domain/RundeckExecution.html#getStartedAt()"><B>getStartedAt()</B></A> -
|
||||
Method in class org.rundeck.api.domain.<A HREF="./org/rundeck/api/domain/RundeckExecution.html" title="class in org.rundeck.api.domain">RundeckExecution</A>
|
||||
<DD>
|
||||
|
@ -380,9 +408,6 @@ Constructor for class org.rundeck.api.parser.<A HREF="./org/rundeck/api/parser/J
|
|||
<DT><A HREF="./org/rundeck/api/parser/ListParser.html" title="class in org.rundeck.api.parser"><B>ListParser</B></A><<A HREF="./org/rundeck/api/parser/ListParser.html" title="type parameter in ListParser">T</A>> - Class in <A HREF="./org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</A><DD>Parser for a <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><CODE>List</CODE></A> of elements<DT><A HREF="./org/rundeck/api/parser/ListParser.html#ListParser(org.rundeck.api.parser.XmlNodeParser, java.lang.String)"><B>ListParser(XmlNodeParser<T>, String)</B></A> -
|
||||
Constructor for class org.rundeck.api.parser.<A HREF="./org/rundeck/api/parser/ListParser.html" title="class in org.rundeck.api.parser">ListParser</A>
|
||||
<DD>
|
||||
<DT><A HREF="./org/rundeck/api/parser/ParserHelper.html#loadDocument(org.apache.http.HttpResponse)"><B>loadDocument(HttpResponse)</B></A> -
|
||||
Static method in class org.rundeck.api.parser.<A HREF="./org/rundeck/api/parser/ParserHelper.html" title="class in org.rundeck.api.parser">ParserHelper</A>
|
||||
<DD>Load an XML <CODE>Document</CODE> from the given RunDeck <CODE>HttpResponse</CODE>.
|
||||
<DT><A HREF="./org/rundeck/api/parser/ParserHelper.html#loadDocument(java.io.InputStream)"><B>loadDocument(InputStream)</B></A> -
|
||||
Static method in class org.rundeck.api.parser.<A HREF="./org/rundeck/api/parser/ParserHelper.html" title="class in org.rundeck.api.parser">ParserHelper</A>
|
||||
<DD>Load an XML <CODE>Document</CODE> from the given <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A>
|
||||
|
@ -458,6 +483,9 @@ Method in class org.rundeck.api.parser.<A HREF="./org/rundeck/api/parser/NodePar
|
|||
<DT><A HREF="./org/rundeck/api/parser/ProjectParser.html#parseXmlNode(org.dom4j.Node)"><B>parseXmlNode(Node)</B></A> -
|
||||
Method in class org.rundeck.api.parser.<A HREF="./org/rundeck/api/parser/ProjectParser.html" title="class in org.rundeck.api.parser">ProjectParser</A>
|
||||
<DD>
|
||||
<DT><A HREF="./org/rundeck/api/parser/StringParser.html#parseXmlNode(org.dom4j.Node)"><B>parseXmlNode(Node)</B></A> -
|
||||
Method in class org.rundeck.api.parser.<A HREF="./org/rundeck/api/parser/StringParser.html" title="class in org.rundeck.api.parser">StringParser</A>
|
||||
<DD>
|
||||
<DT><A HREF="./org/rundeck/api/parser/XmlNodeParser.html#parseXmlNode(org.dom4j.Node)"><B>parseXmlNode(Node)</B></A> -
|
||||
Method in interface org.rundeck.api.parser.<A HREF="./org/rundeck/api/parser/XmlNodeParser.html" title="interface in org.rundeck.api.parser">XmlNodeParser</A>
|
||||
<DD>Parse the given XML <CODE>Node</CODE>
|
||||
|
@ -627,6 +655,12 @@ Method in class org.rundeck.api.domain.<A HREF="./org/rundeck/api/domain/Rundeck
|
|||
<DT><A HREF="./org/rundeck/api/domain/RundeckNode.html#setUsername(java.lang.String)"><B>setUsername(String)</B></A> -
|
||||
Method in class org.rundeck.api.domain.<A HREF="./org/rundeck/api/domain/RundeckNode.html" title="class in org.rundeck.api.domain">RundeckNode</A>
|
||||
<DD>
|
||||
<DT><A HREF="./org/rundeck/api/parser/StringParser.html" title="class in org.rundeck.api.parser"><B>StringParser</B></A> - Class in <A HREF="./org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</A><DD>Parser for a single <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A><DT><A HREF="./org/rundeck/api/parser/StringParser.html#StringParser()"><B>StringParser()</B></A> -
|
||||
Constructor for class org.rundeck.api.parser.<A HREF="./org/rundeck/api/parser/StringParser.html" title="class in org.rundeck.api.parser">StringParser</A>
|
||||
<DD>
|
||||
<DT><A HREF="./org/rundeck/api/parser/StringParser.html#StringParser(java.lang.String)"><B>StringParser(String)</B></A> -
|
||||
Constructor for class org.rundeck.api.parser.<A HREF="./org/rundeck/api/parser/StringParser.html" title="class in org.rundeck.api.parser">StringParser</A>
|
||||
<DD>
|
||||
</DL>
|
||||
<HR>
|
||||
<A NAME="_T_"><!-- --></A><H2>
|
||||
|
@ -717,7 +751,7 @@ the order they are declared.
|
|||
<DL>
|
||||
<DT><A HREF="./org/rundeck/api/parser/XmlNodeParser.html" title="interface in org.rundeck.api.parser"><B>XmlNodeParser</B></A><<A HREF="./org/rundeck/api/parser/XmlNodeParser.html" title="type parameter in XmlNodeParser">T</A>> - Interface in <A HREF="./org/rundeck/api/parser/package-summary.html">org.rundeck.api.parser</A><DD>Interface to be implemented for parsers that handle XML <CODE>Node</CODE>s</DL>
|
||||
<HR>
|
||||
<A HREF="#_A_">A</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_X_">X</A>
|
||||
<A HREF="#_A_">A</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_X_">X</A>
|
||||
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<A NAME="navbar_bottom"><!-- --></A>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue