com.atlassian.bamboo.plugins.hg.rest.common
Class RestConstants

java.lang.Object
  extended by com.atlassian.bamboo.plugins.hg.rest.common.RestConstants

public class RestConstants
extends java.lang.Object


Field Summary
static java.lang.String AUTHENTICATION
           
static java.lang.String BITBUCKET
           
static java.lang.String BRANCH
           
static java.lang.String BRANCHES
           
static java.lang.String OWNER
           
static java.lang.String PASSWORD
           
static java.lang.String QUERY
           
static java.lang.String REPOSITORIES
           
static java.lang.String REPOSITORY
           
static java.lang.String REPOSITORY_ID
           
static java.lang.String RESOURCE
           
static java.lang.String RESOURCES
           
static java.lang.String RESPONSE
           
static java.lang.String SLUG
           
static java.lang.String USERNAME
           
 
Constructor Summary
RestConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BITBUCKET

public static final java.lang.String BITBUCKET
See Also:
Constant Field Values

REPOSITORY

public static final java.lang.String REPOSITORY
See Also:
Constant Field Values

REPOSITORIES

public static final java.lang.String REPOSITORIES
See Also:
Constant Field Values

AUTHENTICATION

public static final java.lang.String AUTHENTICATION
See Also:
Constant Field Values

QUERY

public static final java.lang.String QUERY
See Also:
Constant Field Values

REPOSITORY_ID

public static final java.lang.String REPOSITORY_ID
See Also:
Constant Field Values

RESOURCE

public static final java.lang.String RESOURCE
See Also:
Constant Field Values

RESOURCES

public static final java.lang.String RESOURCES
See Also:
Constant Field Values

BRANCH

public static final java.lang.String BRANCH
See Also:
Constant Field Values

BRANCHES

public static final java.lang.String BRANCHES
See Also:
Constant Field Values

USERNAME

public static final java.lang.String USERNAME
See Also:
Constant Field Values

PASSWORD

public static final java.lang.String PASSWORD
See Also:
Constant Field Values

OWNER

public static final java.lang.String OWNER
See Also:
Constant Field Values

SLUG

public static final java.lang.String SLUG
See Also:
Constant Field Values

RESPONSE

public static final java.lang.String RESPONSE
See Also:
Constant Field Values
Constructor Detail

RestConstants

public RestConstants()


Copyright © 2012 Atlassian. All Rights Reserved.