public class ComputeTask
extends org.apache.tools.ant.Task
Modifier and Type | Class and Description |
---|---|
static class |
ComputeTask.Action |
Constructor and Description |
---|
ComputeTask() |
ComputeTask(com.google.common.cache.LoadingCache<URI,ComputeServiceContext> computeMap) |
Modifier and Type | Method and Description |
---|---|
NodeElement |
createNodes() |
void |
execute()
makes a connection to the compute service and invokes
|
String |
getActions() |
NodeElement |
getNodeElement() |
NodeElement |
getNodes() |
String |
getProvider() |
void |
setActions(String actions) |
void |
setNodeElement(NodeElement nodeElement) |
void |
setProvider(String provider) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public ComputeTask(@Nullable com.google.common.cache.LoadingCache<URI,ComputeServiceContext> computeMap)
public ComputeTask() throws IOException
IOException
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public final NodeElement createNodes()
NodeElement
elementpublic NodeElement getNodes()
public String getActions()
public void setActions(String actions)
public NodeElement getNodeElement()
public void setNodeElement(NodeElement nodeElement)
public void setProvider(String provider)
public String getProvider()
Copyright © 2009-2012 jclouds. All Rights Reserved.