| java.lang.Object org.kohsuke.javanet.approval.OReillyProject
OReillyProject | public class OReillyProject implements Serializable(Code) | | Represents the project database entry in O'Reilly side of the java.net.
author: Kohsuke Kawaguchi |
Method Summary | |
public void | approve(JNProject community) Update the O'Reilly database by saying that this project is approved into the given community. | public void | disapprove(JavaNet jn) Marks the project simply as "disapproved". | public JNProject | getCommunity(JavaNet jn) Gets the community to which this project falls under. | static String | getOptionValueFor(WebForm form, String parameter, String value) Gets the display name for the option value. | public static void | main(String[] args) | public void | parse(JavaNet jn) | public void | update(JavaNet jn, String note) Updates the note by adding the given text. |
approve | public void approve(JNProject community) throws ProcessingException, IOException, SAXException(Code) | | Update the O'Reilly database by saying that this project is approved into the given community.
|
disapprove | public void disapprove(JavaNet jn) throws ProcessingException, IOException, SAXException(Code) | | Marks the project simply as "disapproved".
|
getCommunity | public JNProject getCommunity(JavaNet jn) throws ProcessingException, DocumentException, IOException, SAXException(Code) | | Gets the community to which this project falls under.
(If this project is not approved, it is the community to which the project
wants to join.)
can be null. |
getOptionValueFor | static String getOptionValueFor(WebForm form, String parameter, String value)(Code) | | Gets the display name for the option value.
|
|
|