Package hudson.plugins.sonar.action
Class SonarAnalysisAction
java.lang.Object
hudson.model.InvisibleAction
hudson.plugins.sonar.action.SonarAnalysisAction
- All Implemented Interfaces:
Action,ModelObject
Persists in a build SonarQube related information.
-
Constructor Summary
ConstructorsConstructorDescriptionSonarAnalysisAction(String installationName, String credentialId, String installationUrl) -
Method Summary
Modifier and TypeMethodDescriptiongetUrl()booleanisNew()booleanvoidsetCeTaskId(String ceTaskId) voidsetNew(boolean isNew) voidsetServerUrl(String serverUrl) voidsetSkipped(boolean isSkipped) voidMethods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
SonarAnalysisAction
-
SonarAnalysisAction
-
-
Method Details
-
setNew
public void setNew(boolean isNew) -
getCeTaskId
-
setCeTaskId
-
getServerUrl
-
setServerUrl
-
isNew
@Exported public boolean isNew() -
setSkipped
public void setSkipped(boolean isSkipped) -
isSkipped
@Exported public boolean isSkipped() -
setUrl
-
getUrl
-
getInstallationName
-
getInstallationUrl
-
getCredentialsId
-