public class CIMInstance extends Object
Constructor and Description |
---|
CIMInstance(String name,
String host,
int port,
String credentialId) |
Modifier and Type | Method and Description |
---|---|
CIMInstance |
cloneWithCredential(String credentialId) |
hudson.util.FormValidation |
doCheck() |
com.google.common.collect.ImmutableList<String> |
getCimInstanceCheckers() |
ConfigurationService |
getConfigurationService()
Returns a Configuration service client using v9 web services.
|
String |
getCoverityPassword() |
String |
getCoverityUser() |
String |
getCredentialId() |
DefectService |
getDefectService()
Returns a Defect service client using v9 web services.
|
String |
getHost() |
List<CoverityDefect> |
getIssuesVorView(String projectId,
String connectView,
PrintStream outputLogger) |
String |
getName() |
int |
getPort() |
ProjectDataObj |
getProject(String projectId) |
Long |
getProjectKey(String projectId) |
List<ProjectDataObj> |
getProjects() |
StreamDataObj |
getStream(String streamId)
Returns a StreamDataObj for a given streamId.
|
com.google.common.collect.ImmutableSortedMap<Long,String> |
getViews()
Returns a Map of available Coverity connect views for this instance, using the numeric identifier as the key
and name as value
|
int |
hashCode() |
boolean |
isUseSSL() |
protected Object |
readResolve() |
void |
setUseSSL(boolean useSSL) |
protected Object readResolve()
public String getHost()
public int getPort()
public String getName()
public boolean isUseSSL()
@DataBoundSetter public void setUseSSL(boolean useSSL)
public String getCredentialId()
public DefectService getDefectService() throws IOException
IOException
public ConfigurationService getConfigurationService() throws IOException
IOException
public ProjectDataObj getProject(String projectId) throws IOException, CovRemoteServiceException_Exception
public Long getProjectKey(String projectId) throws IOException, CovRemoteServiceException_Exception
public List<ProjectDataObj> getProjects() throws IOException, CovRemoteServiceException_Exception
public StreamDataObj getStream(String streamId) throws IOException, CovRemoteServiceException_Exception
public hudson.util.FormValidation doCheck()
public com.google.common.collect.ImmutableList<String> getCimInstanceCheckers() throws IOException, CovRemoteServiceException_Exception
public com.google.common.collect.ImmutableSortedMap<Long,String> getViews()
public List<CoverityDefect> getIssuesVorView(String projectId, String connectView, PrintStream outputLogger) throws Exception
Exception
public String getCoverityUser()
public String getCoverityPassword()
public CIMInstance cloneWithCredential(String credentialId)
Copyright © 2016–2019. All rights reserved.