Interface ISonargraphBuildClient
-
- All Superinterfaces:
ILogger
- All Known Implementing Classes:
SonargraphBuildRunner
public interface ISonargraphBuildClient extends ILogger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.StringgetClientName()java.io.FilegetDefaultOutputDirectory()default java.io.FilegetProjectDirectory()default ISonargraphBuildProxyFactorygetProxyFactory()ISonargraphBuild.VersiongetVersion()
-
-
-
Method Detail
-
getDefaultOutputDirectory
java.io.File getDefaultOutputDirectory()
-
getProjectDirectory
default java.io.File getProjectDirectory()
-
getVersion
ISonargraphBuild.Version getVersion()
-
getProxyFactory
default ISonargraphBuildProxyFactory getProxyFactory()
-
getClientName
java.lang.String getClientName()
-
-