public abstract class BlueprintUploadFileCallable extends Object implements hudson.FilePath.FileCallable<co.cloudify.rest.model.Blueprint>
Modifier and Type | Field and Description |
---|---|
protected String |
blueprintId |
protected String |
blueprintMainFile |
protected co.cloudify.rest.client.BlueprintsClient |
blueprintsClient |
Constructor and Description |
---|
BlueprintUploadFileCallable(co.cloudify.rest.client.BlueprintsClient blueprintsClient,
String blueprintId,
String blueprintMainFile) |
Modifier and Type | Method and Description |
---|---|
void |
checkRoles(org.jenkinsci.remoting.RoleChecker checker) |
protected co.cloudify.rest.client.BlueprintsClient blueprintsClient
protected String blueprintId
protected String blueprintMainFile
public void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws SecurityException
checkRoles
in interface org.jenkinsci.remoting.RoleSensitive
SecurityException
Copyright © 2016–2020. All rights reserved.