Class JobSCMStorageService
java.lang.Object
io.jenkins.plugins.propelo.commons.service.JobSCMStorageService
-
Constructor Summary
ConstructorsConstructorDescriptionJobSCMStorageService(com.fasterxml.jackson.databind.ObjectMapper objectMapper, File dataDirectoryWithRotation) JobSCMStorageService(com.fasterxml.jackson.databind.ObjectMapper objectMapper, File dataDirectoryWithRotation, JenkinsConfigSCMService jenkinsConfigSCMService) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidlogSCMForAllJobs(File hudsonHome) com.google.common.base.Optional<JenkinsConfigSCMService.SCMResult>readConfigSCMFile(File configSCMFile)
-
Constructor Details
-
JobSCMStorageService
public JobSCMStorageService(com.fasterxml.jackson.databind.ObjectMapper objectMapper, File dataDirectoryWithRotation) -
JobSCMStorageService
public JobSCMStorageService(com.fasterxml.jackson.databind.ObjectMapper objectMapper, File dataDirectoryWithRotation, JenkinsConfigSCMService jenkinsConfigSCMService)
-
-
Method Details
-
readConfigSCMFile
public com.google.common.base.Optional<JenkinsConfigSCMService.SCMResult> readConfigSCMFile(File configSCMFile) -
logSCM
-
logSCMForAllJobs
-