Uses of Class
com.hello2morrow.sonargraph.integration.jenkins.controller.AbstractSonargraphRecorder
-
Packages that use AbstractSonargraphRecorder Package Description com.hello2morrow.sonargraph.integration.jenkins.controller -
-
Uses of AbstractSonargraphRecorder in com.hello2morrow.sonargraph.integration.jenkins.controller
Subclasses of AbstractSonargraphRecorder in com.hello2morrow.sonargraph.integration.jenkins.controller Modifier and Type Class Description class
SonargraphReportBuilder
This class contains all the functionality of the build step.Method parameters in com.hello2morrow.sonargraph.integration.jenkins.controller with type arguments of type AbstractSonargraphRecorder Modifier and Type Method Description protected void
AbstractSonargraphRecorder. logExecutionStart(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener, Class<? extends AbstractSonargraphRecorder> recorderClazz)
protected void
AbstractSonargraphRecorder. logExecutionStart(hudson.model.Run<?,?> run, hudson.model.TaskListener listener, Class<? extends AbstractSonargraphRecorder> recorderClazz)
-