Package io.fabric8.jenkins.openshiftsync
Class JobProcessor
- java.lang.Object
-
- jenkins.security.NotReallyRoleSensitiveCallable<Void,Exception>
-
- io.fabric8.jenkins.openshiftsync.JobProcessor
-
- All Implemented Interfaces:
hudson.remoting.Callable<Void,Exception>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class JobProcessor extends NotReallyRoleSensitiveCallable<Void,Exception>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobProcessor(io.fabric8.openshift.api.model.BuildConfig buildConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
call()
-
Methods inherited from class jenkins.security.NotReallyRoleSensitiveCallable
checkRoles
-
-