com.atlassian.maven.plugins.sandbox
Class BambooContext

java.lang.Object
  extended by com.atlassian.maven.plugins.sandbox.BambooContext

public final class BambooContext
extends java.lang.Object

Represents contextual information about the Bamboo server the build was ran from


Constructor Summary
BambooContext()
           
 
Method Summary
static java.lang.String getSandboxId()
           
static boolean sandboxEnabled()
          Check if the the plugin is run from a Bamboo server with the sandbox enabled;
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooContext

public BambooContext()
Method Detail

sandboxEnabled

public static boolean sandboxEnabled()
Check if the the plugin is run from a Bamboo server with the sandbox enabled;

Returns:
enabled

getSandboxId

public static java.lang.String getSandboxId()


Copyright © 2009 Atlassian. All Rights Reserved.