com.atlassian.bamboo.v2.build.agent.remote
Class RemoteAgent

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.remote.RemoteAgent
All Implemented Interfaces:
Agent

public class RemoteAgent
extends java.lang.Object
implements Agent


Constructor Summary
RemoteAgent()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void restartAgent()
           
 void start(AgentContext context)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAgent

public RemoteAgent()
Method Detail

main

public static void main(java.lang.String[] args)

restartAgent

public static void restartAgent()

start

public void start(AgentContext context)
Specified by:
start in interface Agent

stop

public void stop()
Specified by:
stop in interface Agent


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.