Skip navigation links

SonargraphBuild API

A B C E F G H I L M O R S T V 

A

addExcludeIssueFilter(IssueFilter) - Method in class com.hello2morrow.sonargraph.build.api.FailSet
 
addIncludeIssueFilter(IssueFilter) - Method in class com.hello2morrow.sonargraph.build.api.FailSet
 
ANY - Static variable in class com.hello2morrow.sonargraph.build.api.IssueFilter
 

B

Builder() - Constructor for class com.hello2morrow.sonargraph.build.api.IssueFilter.Builder
 
Builder() - Constructor for class com.hello2morrow.sonargraph.build.api.StartupRequest.Builder
 
Builder(String, StartupRequest) - Constructor for class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner.Builder
 

C

close() - Method in interface com.hello2morrow.sonargraph.build.api.ISonargraphBuild
Closes an open software system.
close() - Method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
Close the software system
com.hello2morrow.sonargraph.build.api - package com.hello2morrow.sonargraph.build.api
Package containing API classes for SonargraphBuild.
com.hello2morrow.sonargraph.build.client - package com.hello2morrow.sonargraph.build.client
Package containing class to execute SonargraphBuild.
compareTo(ISonargraphBuild.Version) - Method in class com.hello2morrow.sonargraph.build.api.ISonargraphBuild.Version
 
create() - Method in class com.hello2morrow.sonargraph.build.api.IssueFilter.Builder
 
create() - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest.Builder
 
create() - Method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner.Builder
 
createReport(File, String, ISonargraphBuild.ReportType, Set<ISonargraphBuild.ReportFormat>) - Method in interface com.hello2morrow.sonargraph.build.api.ISonargraphBuild
Create a report for the opened and refreshed software system.
createReport(File, String, String, String) - Method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
Create a report of the currently open system.
createSnapshot(File, String) - Method in interface com.hello2morrow.sonargraph.build.api.ISonargraphBuild
Create a snapshot for the opened and refreshed software system.
createSnapshot(File, String) - Method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
 

E

equals(Object) - Method in class com.hello2morrow.sonargraph.build.api.ISonargraphBuild.Version
 

F

failIfExists(FailSet) - Method in interface com.hello2morrow.sonargraph.build.api.ISonargraphBuild
Checks if the specified FailSet matches any issues in the opened and refreshed software system.
failIfExists(FailSet) - Method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
 
FailSet - Class in com.hello2morrow.sonargraph.build.api
 
FailSet() - Constructor for class com.hello2morrow.sonargraph.build.api.FailSet
 

G

getActivationCode() - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest
 
getAutomatedScriptExecutionStatus() - Method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
 
getErrorMessage() - Method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner.Builder
 
getExcludeIssueFilters() - Method in class com.hello2morrow.sonargraph.build.api.FailSet
 
getIncludeIssueFilters() - Method in class com.hello2morrow.sonargraph.build.api.FailSet
 
getInitializationStatus() - Method in interface com.hello2morrow.sonargraph.build.api.ISonargraphBuild
 
getIssueType() - Method in class com.hello2morrow.sonargraph.build.api.IssueFilter
 
getLanguages() - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest
 
getLicenseFile() - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest
 
getLogFilePath() - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest
 
getLogLevel() - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest
 
getPresentationName() - Method in enum com.hello2morrow.sonargraph.build.api.StartupRequest.Params
 
getProxyHost() - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest
 
getProxyPassword() - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest
 
getProxyPort() - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest
 
getProxyUsername() - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest
 
getResolution() - Method in class com.hello2morrow.sonargraph.build.api.IssueFilter
 
getScriptRunnerStatus() - Method in interface com.hello2morrow.sonargraph.build.api.ISonargraphBuild
 
getSeverity() - Method in class com.hello2morrow.sonargraph.build.api.IssueFilter
 
getSonargraphBuildInstallation(boolean) - Method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildDownloadManager
 
getStatusCode() - Method in class com.hello2morrow.sonargraph.build.api.ServiceResponse
 
getStatusMessage() - Method in class com.hello2morrow.sonargraph.build.api.ServiceResponse
 
getVersion() - Method in interface com.hello2morrow.sonargraph.build.api.ISonargraphBuild
Return version of Sonargraph Build

H

hashCode() - Method in class com.hello2morrow.sonargraph.build.api.ISonargraphBuild.Version
 

I

ILogger - Interface in com.hello2morrow.sonargraph.build.client
 
info(String) - Method in interface com.hello2morrow.sonargraph.build.client.ILogger
Log an informational message regarding progress
isEmpty() - Method in class com.hello2morrow.sonargraph.build.api.FailSet
 
isFailOnEmptyWorkspace() - Method in class com.hello2morrow.sonargraph.build.api.FailSet
 
ISonargraphBuild - Interface in com.hello2morrow.sonargraph.build.api
Service interface for SonargraphBuild application.
ISonargraphBuild.ReportFormat - Enum in com.hello2morrow.sonargraph.build.api
 
ISonargraphBuild.ReportType - Enum in com.hello2morrow.sonargraph.build.api
 
ISonargraphBuild.Version - Class in com.hello2morrow.sonargraph.build.api
 
IssueFilter - Class in com.hello2morrow.sonargraph.build.api
 
IssueFilter.Builder - Class in com.hello2morrow.sonargraph.build.api
 
issueType(String) - Method in class com.hello2morrow.sonargraph.build.api.IssueFilter.Builder
 

L

logInfo(String) - Static method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
 

M

main(String[]) - Static method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
Executes the following actions: Starts SonargraphBuild Opens software system Refreshes software system Sets virtual model Creates report Creates snapshot if at least one of snapshotDirectory or snapshotFileName are specified Checks for issues (if specified) Terminates normally, if no error occurs during operation.

O

open(File) - Method in interface com.hello2morrow.sonargraph.build.api.ISonargraphBuild
Open the specified software system.
open(File, String) - Method in interface com.hello2morrow.sonargraph.build.api.ISonargraphBuild
Open the specified software system.
open(String, String) - Method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
Open the specified software system.

R

refresh() - Method in interface com.hello2morrow.sonargraph.build.api.ISonargraphBuild
Refresh the opened software system.
refresh() - Method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
Refresh the opened software system
resolution(String) - Method in class com.hello2morrow.sonargraph.build.api.IssueFilter.Builder
 
ResolutionType - Enum in com.hello2morrow.sonargraph.build.api
 

S

ServiceResponse - Class in com.hello2morrow.sonargraph.build.api
 
ServiceResponse(StatusCode, String) - Constructor for class com.hello2morrow.sonargraph.build.api.ServiceResponse
 
setActivationCode(String) - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest.Builder
 
setFailOnEmptyWorkspace(boolean) - Method in class com.hello2morrow.sonargraph.build.api.FailSet
 
setInfoLogger(ILogger) - Static method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
 
setLanguages(String) - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest.Builder
 
setLicenseFile(String) - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest.Builder
 
setLogFile(String) - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest.Builder
 
setLogFilePath(String) - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest
Needed if paching logback.xml was successful
setLogLevel(String) - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest.Builder
 
setProxyHost(String) - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest.Builder
 
setProxyPassword(String) - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest.Builder
 
setProxyPort(String) - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest.Builder
 
setProxyUsername(String) - Method in class com.hello2morrow.sonargraph.build.api.StartupRequest.Builder
 
setVirtualModel(String) - Method in interface com.hello2morrow.sonargraph.build.api.ISonargraphBuild
 
setVirtualModel(String) - Method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
 
severity(String) - Method in class com.hello2morrow.sonargraph.build.api.IssueFilter.Builder
 
Severity - Enum in com.hello2morrow.sonargraph.build.api
 
shouldCreateSnapshot(String, String) - Static method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
Don't create snapshot if both parameters are empty
SonargraphBuildDownloadManager - Class in com.hello2morrow.sonargraph.build.client
 
SonargraphBuildDownloadManager(ILogger) - Constructor for class com.hello2morrow.sonargraph.build.client.SonargraphBuildDownloadManager
 
SonargraphBuildDownloadManager(ILogger, String, String, String, String) - Constructor for class com.hello2morrow.sonargraph.build.client.SonargraphBuildDownloadManager
 
SonargraphBuildRunner - Class in com.hello2morrow.sonargraph.build.client
 
SonargraphBuildRunner.Builder - Class in com.hello2morrow.sonargraph.build.client
 
start() - Method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
Start the SonargraphBuild application.
StartupRequest - Class in com.hello2morrow.sonargraph.build.api
This class contains all attributes that are necessary to start a SonargraphBuild instance.
StartupRequest.Builder - Class in com.hello2morrow.sonargraph.build.api
 
StartupRequest.Params - Enum in com.hello2morrow.sonargraph.build.api
Used by SonargraphBuildRunner to map arguments and log errors, report usage.
StatusCode - Enum in com.hello2morrow.sonargraph.build.api
 
stop() - Method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
Stop the SonargraphBuild instance.

T

toString() - Method in class com.hello2morrow.sonargraph.build.api.ISonargraphBuild.Version
 
toString() - Method in class com.hello2morrow.sonargraph.build.api.IssueFilter
 
toString() - Method in class com.hello2morrow.sonargraph.build.api.ServiceResponse
 
toString() - Method in enum com.hello2morrow.sonargraph.build.api.StartupRequest.Params
 

V

validateReportFormat(String) - Static method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
 
validateReportType(String) - Static method in class com.hello2morrow.sonargraph.build.client.SonargraphBuildRunner
 
valueOf(String) - Static method in enum com.hello2morrow.sonargraph.build.api.ISonargraphBuild.ReportFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hello2morrow.sonargraph.build.api.ISonargraphBuild.ReportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hello2morrow.sonargraph.build.api.ResolutionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hello2morrow.sonargraph.build.api.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hello2morrow.sonargraph.build.api.StartupRequest.Params
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hello2morrow.sonargraph.build.api.StatusCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.hello2morrow.sonargraph.build.api.ISonargraphBuild.ReportFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hello2morrow.sonargraph.build.api.ISonargraphBuild.ReportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hello2morrow.sonargraph.build.api.ResolutionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hello2morrow.sonargraph.build.api.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hello2morrow.sonargraph.build.api.StartupRequest.Params
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hello2morrow.sonargraph.build.api.StatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
Version(int, int, int, int) - Constructor for class com.hello2morrow.sonargraph.build.api.ISonargraphBuild.Version
 
A B C E F G H I L M O R S T V 
Skip navigation links
©2016 hello2morrow GmbH