com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto
Class GerritEventKeys

java.lang.Object
  extended by com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.GerritEventKeys

public abstract class GerritEventKeys
extends Object

Contains constants that represent the names of Gerrit Event JSON properties.

Author:
Robert Sandell <robert.sandell@sonyericsson.com>

Field Summary
static String ABANDONER
          abandoner.
static String APPROVALS
          review approvals.
static String AUTHOR
          submitter.
static String BRANCH
          branch.
static String CHANGE
          change.
static String EMAIL
          email.
static String ID
          id.
static String NAME
          name.
static String NEWREV
          newrev.
static String NUMBER
          number.
static String OLDREV
          oldrev.
static String OWNER
          owner.
static String PATCH_SET
          patchSet.
static String PATCHSET
          patchset.
static String PROJECT
          project.
static String REF
          ref.
static String REFNAME
          refname.
static String REFUPDATE
          refupdate.
static String REVISION
          revision.
static String SUBJECT
          subject.
static String SUBMITTER
          submitter.
static String TYPE
          approval category.
static String UPLOADER
          uploader.
static String URL
          url.
static String VALUE
          approval value.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABANDONER

public static final String ABANDONER
abandoner.

See Also:
Constant Field Values

CHANGE

public static final String CHANGE
change.

See Also:
Constant Field Values

PATCHSET

public static final String PATCHSET
patchset.

See Also:
Constant Field Values

PATCH_SET

public static final String PATCH_SET
patchSet.

See Also:
Constant Field Values

EMAIL

public static final String EMAIL
email.

See Also:
Constant Field Values

NAME

public static final String NAME
name.

See Also:
Constant Field Values

BRANCH

public static final String BRANCH
branch.

See Also:
Constant Field Values

ID

public static final String ID
id.

See Also:
Constant Field Values

NUMBER

public static final String NUMBER
number.

See Also:
Constant Field Values

OWNER

public static final String OWNER
owner.

See Also:
Constant Field Values

PROJECT

public static final String PROJECT
project.

See Also:
Constant Field Values

SUBJECT

public static final String SUBJECT
subject.

See Also:
Constant Field Values

URL

public static final String URL
url.

See Also:
Constant Field Values

REVISION

public static final String REVISION
revision.

See Also:
Constant Field Values

REF

public static final String REF
ref.

See Also:
Constant Field Values

UPLOADER

public static final String UPLOADER
uploader.

See Also:
Constant Field Values

SUBMITTER

public static final String SUBMITTER
submitter.

See Also:
Constant Field Values

REFUPDATE

public static final String REFUPDATE
refupdate.

See Also:
Constant Field Values

REFNAME

public static final String REFNAME
refname.

See Also:
Constant Field Values

OLDREV

public static final String OLDREV
oldrev.

See Also:
Constant Field Values

NEWREV

public static final String NEWREV
newrev.

See Also:
Constant Field Values

AUTHOR

public static final String AUTHOR
submitter.

See Also:
Constant Field Values

APPROVALS

public static final String APPROVALS
review approvals.

See Also:
Constant Field Values

TYPE

public static final String TYPE
approval category.

See Also:
Constant Field Values

VALUE

public static final String VALUE
approval value.

See Also:
Constant Field Values


Copyright © 2004-2012 Hudson. All Rights Reserved.