com.atlassian.bamboo.v2.build.agent.remote.plugins
Class RemoteAgentBundledPluginsAccessor

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.remote.plugins.RemoteAgentBundledPluginsAccessor
All Implemented Interfaces:
BundledPluginsAccessor

public class RemoteAgentBundledPluginsAccessor
extends java.lang.Object
implements BundledPluginsAccessor

Bundled plugins accessor for remote agents. Simply loads the resource from classpath.


Constructor Summary
RemoteAgentBundledPluginsAccessor()
           
 
Method Summary
 java.net.URL getUrlToBundledPlugins()
          Provide URL to the file containing bundled plugins.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAgentBundledPluginsAccessor

public RemoteAgentBundledPluginsAccessor()
Method Detail

getUrlToBundledPlugins

public java.net.URL getUrlToBundledPlugins()
                                    throws java.net.MalformedURLException
Description copied from interface: BundledPluginsAccessor
Provide URL to the file containing bundled plugins.

Specified by:
getUrlToBundledPlugins in interface BundledPluginsAccessor
Returns:
URL to bundled plugis file
Throws:
java.net.MalformedURLException - if URL construction fails


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.