org.figure8.join.services.scripting.ant.tasks
Interface JoinTask


public interface JoinTask

Helper interface for defining constants used by all the Join Ant tasks.

Version:
$Revision: 1.1 $
Author:
Laurent Broudoux

Field Summary
static java.lang.String ASSEMBLY_PROCESS
          Constant representing an assembly creation process
static java.lang.String BUILD_PROCESS
          Constant representing a build creation process
static java.lang.String DEPLOYMENT_PROCESS
          Constant representing an assembly deployment process
static java.lang.String SECURITY_PASSWORD
          Name of system property representing the password for connecting to remote Join server
static java.lang.String SECURITY_TOKEN
          Name of project property representing the security token into script runtime environment
static java.lang.String SECURITY_USER
          Name of system property representing the user for connecting to remote Join server
static java.lang.String URL_PROPERTY
          Name of project or system property representing the url for reporting process status
 

Field Detail

SECURITY_TOKEN

static final java.lang.String SECURITY_TOKEN
Name of project property representing the security token into script runtime environment

See Also:
Constant Field Values

SECURITY_USER

static final java.lang.String SECURITY_USER
Name of system property representing the user for connecting to remote Join server

See Also:
Constant Field Values

SECURITY_PASSWORD

static final java.lang.String SECURITY_PASSWORD
Name of system property representing the password for connecting to remote Join server

See Also:
Constant Field Values

URL_PROPERTY

static final java.lang.String URL_PROPERTY
Name of project or system property representing the url for reporting process status

See Also:
Constant Field Values

BUILD_PROCESS

static final java.lang.String BUILD_PROCESS
Constant representing a build creation process

See Also:
Constant Field Values

ASSEMBLY_PROCESS

static final java.lang.String ASSEMBLY_PROCESS
Constant representing an assembly creation process

See Also:
Constant Field Values

DEPLOYMENT_PROCESS

static final java.lang.String DEPLOYMENT_PROCESS
Constant representing an assembly deployment process

See Also:
Constant Field Values


Copyright © 2005-2008 Join. All Rights Reserved.