public class TaggingTask extends AbstractTask implements hudson.FilePath.FileCallable<Boolean>, Serializable
Constructor and Description |
---|
TaggingTask(String name,
String description) |
Modifier and Type | Method and Description |
---|---|
void |
checkRoles(org.jenkinsci.remoting.RoleChecker checker) |
Boolean |
invoke(File workspace,
hudson.remoting.VirtualChannel channel) |
void |
setBuildChange(Object buildChange) |
Object |
task(ClientHelper p4)
Implements the Perforce task to retry if necessary
|
checkConnection, getClient, getConnection, getCredential, getListener, getWorkspace, setCredential, setListener, setWorkspace, tryTask
public Boolean invoke(File workspace, hudson.remoting.VirtualChannel channel) throws IOException
invoke
in interface hudson.FilePath.FileCallable<Boolean>
IOException
public Object task(ClientHelper p4) throws Exception
AbstractTask
task
in class AbstractTask
Exception
public void setBuildChange(Object buildChange)
public void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws SecurityException
checkRoles
in interface org.jenkinsci.remoting.RoleSensitive
SecurityException
Copyright © 2004-2015. All Rights Reserved.