public class ServerMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECT_TIMEOUT_MILLISECONDS |
static int |
READ_TIMEOUT_MILLISECONDS |
| Constructor and Description |
|---|
ServerMetadata(String url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl() |
String |
getVersion() |
protected static boolean |
isVersionPriorTo2Dot4(String version) |
protected static boolean |
isVersionPriorTo3Dot7(String version) |
protected static boolean |
isVersionPriorTo4Dot3(String version) |
void |
logSettings(org.apache.maven.plugin.logging.Log log) |
protected String |
remoteContent(String path) |
protected boolean |
supportsMaven3_1() |
protected boolean |
supportsMaven3() |
protected boolean |
supportsSonarQubeRunnerBootstrappingFromMaven() |
public static final int CONNECT_TIMEOUT_MILLISECONDS
public static final int READ_TIMEOUT_MILLISECONDS
public ServerMetadata(String url)
public String getVersion() throws IOException
IOExceptionpublic String getUrl()
public void logSettings(org.apache.maven.plugin.logging.Log log)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected String remoteContent(String path) throws IOException
IOExceptionprotected boolean supportsMaven3()
throws IOException
IOExceptionprotected boolean supportsMaven3_1()
throws IOException
IOExceptionprotected boolean supportsSonarQubeRunnerBootstrappingFromMaven()
throws IOException
IOExceptionprotected static boolean isVersionPriorTo2Dot4(String version)
protected static boolean isVersionPriorTo3Dot7(String version)
protected static boolean isVersionPriorTo4Dot3(String version)
Copyright © 2009–2014 Codehaus. All rights reserved.