Package hudson.plugins.sonar.action
Class SonarCacheAction
java.lang.Object
hudson.model.InvisibleAction
hudson.plugins.sonar.action.SonarCacheAction
- All Implemented Interfaces:
Action
,ModelObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
cacheProjectInfo
(List<ProjectInformation> list, Long time) get
(SQProjectResolver resolver, long lastBuildTime, List<SonarAnalysisAction> analysis, Run<?, ?> run) Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
SonarCacheAction
public SonarCacheAction()
-
-
Method Details
-
get
public List<ProjectInformation> get(SQProjectResolver resolver, long lastBuildTime, List<SonarAnalysisAction> analysis, Run<?, ?> run) -
cacheProjectInfo
-