public class ChatterClient extends Object
| Constructor and Description |
|---|
ChatterClient(String username,
String password,
String loginServerUrl) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String id) |
SessionInfo |
performLogin() |
String |
postBuild(String recordId,
String title,
String resultsUrl,
String testHealth,
Map<String,String> suspects) |
public ChatterClient(String username, String password, String loginServerUrl) throws MalformedURLException
MalformedURLExceptionpublic String postBuild(String recordId, String title, String resultsUrl, String testHealth, Map<String,String> suspects) throws IOException, XMLStreamException, FactoryConfigurationError
public void delete(String id) throws XMLStreamException, IOException
XMLStreamExceptionIOExceptionpublic SessionInfo performLogin() throws IOException, XMLStreamException, FactoryConfigurationError
Copyright © 2004-2015. All Rights Reserved.