Class CreateReportInteraction
java.lang.Object
com.hello2morrow.sonargraph.build.client.BuildInteraction
com.hello2morrow.sonargraph.build.client.CreateReportInteraction
- All Implemented Interfaces:
ISonargraphBuildInteraction
-
Field Summary
FieldsFields inherited from class com.hello2morrow.sonargraph.build.client.BuildInteraction
m_client -
Constructor Summary
ConstructorsConstructorDescriptionCreateReportInteraction(ISonargraphBuildClient client, DynamicSystemRequest dynamicSystemRequest, SystemOpenRequest openRequest, ReportRequest reportRequest, FailSet failSet) CreateReportInteraction(ISonargraphBuildClient client, SystemOpenRequest openRequest, ReportRequest reportRequest, FailSet failSet) -
Method Summary
Modifier and TypeMethodDescriptionexecute(ISonargraphBuild sonargraphBuild, ILogger logger) validateInput(ILogger logger) Methods inherited from class com.hello2morrow.sonargraph.build.client.BuildInteraction
generateDynamicSystem, getQualityModelPath, validateDynamicSystemRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hello2morrow.sonargraph.build.client.ISonargraphBuildInteraction
needsLicense
-
Field Details
-
SONARGRAPH_SYSTEM_DIR_SUFFIX
- See Also:
-
SONARGRAPH_SONARQUBE_REPORT_FILENAME
- See Also:
-
SONARGRAPH_TARGET_DIR
- See Also:
-
-
Constructor Details
-
CreateReportInteraction
public CreateReportInteraction(ISonargraphBuildClient client, SystemOpenRequest openRequest, ReportRequest reportRequest, FailSet failSet) -
CreateReportInteraction
public CreateReportInteraction(ISonargraphBuildClient client, DynamicSystemRequest dynamicSystemRequest, SystemOpenRequest openRequest, ReportRequest reportRequest, FailSet failSet)
-
-
Method Details
-
validateInput
-
execute
public ServiceResponse execute(ISonargraphBuild sonargraphBuild, ILogger logger) throws SonargraphBuildException - Throws:
SonargraphBuildException
-
getDescription
-