public class RemotePackaging
extends java.lang.Object
implements hudson.remoting.Callable<java.lang.String,java.lang.RuntimeException>
Constructor and Description |
---|
RemotePackaging() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
call()
Call to be executed via jenkins virtual channel
|
void |
checkRoles(org.jenkinsci.remoting.RoleChecker checker)
This method has an empty implementation, which is added after upgrading the Jenkins core version to 1.642.3
|
RemotePackaging |
forDeploymentPackage(com.xebialabs.deployit.plugin.api.udm.DeploymentPackage deploymentPackage) |
java.lang.String |
oldcall()
Old Call logic for packager - Once Deploy Fixes D-21539 , will update the call with below logic.
|
RemotePackaging |
usingConfig(com.xebialabs.deployit.booter.remote.BooterConfig booterConfig) |
RemotePackaging |
usingDescriptors(java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Descriptor> descriptors) |
RemotePackaging |
withRegistryVersion(java.lang.String registryVersion) |
RemotePackaging |
withTargetDir(java.io.File targetDir) |
public RemotePackaging forDeploymentPackage(com.xebialabs.deployit.plugin.api.udm.DeploymentPackage deploymentPackage)
public RemotePackaging withTargetDir(java.io.File targetDir)
public RemotePackaging usingConfig(com.xebialabs.deployit.booter.remote.BooterConfig booterConfig)
public RemotePackaging usingDescriptors(java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Descriptor> descriptors)
public RemotePackaging withRegistryVersion(java.lang.String registryVersion)
public java.lang.String call() throws java.lang.RuntimeException
call
in interface hudson.remoting.Callable<java.lang.String,java.lang.RuntimeException>
java.lang.RuntimeException
public java.lang.String oldcall() throws java.lang.RuntimeException
java.lang.RuntimeException
public void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws java.lang.SecurityException
checkRoles
in interface org.jenkinsci.remoting.RoleSensitive
checker
- java.lang.SecurityException