com.atlassian.maven.plugins.sandbox
Class SandboxMetadataProperties

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

public class SandboxMetadataProperties
extends java.lang.Object


Field Summary
static java.lang.String BRANCH
          branch from which the sandbox:release was run
static java.lang.String PROMOTED_STATUS
          Set to true when a build gets promoted
static java.lang.String SCM_CONNECTION
          scm.connection from pom.xml
static java.lang.String SCM_DEVELOPER_CONNECTION
          scm.developerConnection from pom.xml
static java.lang.String WORKSPACE
          location (host and directory) from which sandbox:release was run
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROMOTED_STATUS

public static final java.lang.String PROMOTED_STATUS
Set to true when a build gets promoted

See Also:
Constant Field Values

SCM_DEVELOPER_CONNECTION

public static final java.lang.String SCM_DEVELOPER_CONNECTION
scm.developerConnection from pom.xml

See Also:
Constant Field Values

SCM_CONNECTION

public static final java.lang.String SCM_CONNECTION
scm.connection from pom.xml

See Also:
Constant Field Values

WORKSPACE

public static final java.lang.String WORKSPACE
location (host and directory) from which sandbox:release was run

See Also:
Constant Field Values

BRANCH

public static final java.lang.String BRANCH
branch from which the sandbox:release was run

See Also:
Constant Field Values


Copyright © 2013 Atlassian. All Rights Reserved.