public class RemoteInlineScanningExecution extends Object implements hudson.remoting.Callable<ImageScanningSubmission,Exception>, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
RESULTS_PATH_INSIDE_SCANNING_CONTAINER |
| Constructor and Description |
|---|
RemoteInlineScanningExecution(String imageName,
String dockerfileContents,
hudson.model.TaskListener listener,
SysdigSecureClient sysdigSecureClient) |
| Modifier and Type | Method and Description |
|---|---|
ImageScanningSubmission |
call() |
void |
checkRoles(org.jenkinsci.remoting.RoleChecker checker) |
public static final String RESULTS_PATH_INSIDE_SCANNING_CONTAINER
public RemoteInlineScanningExecution(String imageName, String dockerfileContents, hudson.model.TaskListener listener, SysdigSecureClient sysdigSecureClient)
public ImageScanningSubmission call() throws Exception
call in interface hudson.remoting.Callable<ImageScanningSubmission,Exception>Exceptionpublic void checkRoles(org.jenkinsci.remoting.RoleChecker checker)
throws SecurityException
checkRoles in interface org.jenkinsci.remoting.RoleSensitiveSecurityExceptionCopyright © 2016–2020. All rights reserved.