net.sourceforge.cruisecontrol.publishers
Class WeblogPublisher.LiveJournalApiClient
java.lang.Object
net.sourceforge.cruisecontrol.publishers.WeblogPublisher.LiveJournalApiClient
- All Implemented Interfaces:
- java.io.Serializable, net.sourceforge.cruisecontrol.publishers.WeblogPublisher.BloggingApi
- Enclosing class:
- WeblogPublisher
- public static class WeblogPublisher.LiveJournalApiClient
- extends java.lang.Object
- implements net.sourceforge.cruisecontrol.publishers.WeblogPublisher.BloggingApi
A BloggingApi implementation for the LiveJournal API.
- Author:
- Lasse Koskela
- See Also:
- Serialized Form
Method Summary |
java.lang.Object |
newPost(java.lang.String blogUrl,
java.lang.String blogId,
java.lang.String username,
java.lang.String password,
java.lang.String category,
java.lang.String subject,
java.lang.String content)
Post a new blog entry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeblogPublisher.LiveJournalApiClient
public WeblogPublisher.LiveJournalApiClient()
newPost
public java.lang.Object newPost(java.lang.String blogUrl,
java.lang.String blogId,
java.lang.String username,
java.lang.String password,
java.lang.String category,
java.lang.String subject,
java.lang.String content)
- Description copied from interface:
net.sourceforge.cruisecontrol.publishers.WeblogPublisher.BloggingApi
- Post a new blog entry.
- Specified by:
newPost
in interface net.sourceforge.cruisecontrol.publishers.WeblogPublisher.BloggingApi
- Parameters:
subject
- The blog entry's subject.content
- The blog entry's content.
- Returns:
- The newly created blog entry's identifier.