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) |
String |
postText(String recordId,
String title,
String body,
String resultsUrl) |
public ChatterClient(String username, String password, String loginServerUrl) throws MalformedURLException
MalformedURLException
public 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
XMLStreamException
IOException
public String postText(String recordId, String title, String body, String resultsUrl) throws IOException, XMLStreamException, FactoryConfigurationError
public SessionInfo performLogin() throws IOException, XMLStreamException, FactoryConfigurationError
Copyright © 2016–2019. All rights reserved.