Class JobSCMStorageService
java.lang.Object
io.jenkins.plugins.propelo.commons.service.JobSCMStorageService
-
Constructor Summary
ConstructorDescriptionJobSCMStorageService
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, File dataDirectoryWithRotation) JobSCMStorageService
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, File dataDirectoryWithRotation, JenkinsConfigSCMService jenkinsConfigSCMService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
logSCMForAllJobs
(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
-