|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.maven.issues.cache.TaskInfoKey
public final class TaskInfoKey
Defines constants for task data properties used as attribute names and generic identifiers.
Field Summary | |
---|---|
static String |
ATTRIBUTE Specify the element to store a single attribute . |
static String |
ATTRIBUTE_ID Specify the property to store an attribute ID . |
static String |
ATTRIBUTES Specify the element to store attributes of the task data. |
static String |
CONNECTOR_KIND Specify the property to store connector kind of the task data. |
static String |
ENTRY Specify the element to store map data. |
static String |
KEY Specify the element to store map data keys. |
static String |
META_DATA Specify the element to store meta data of the task data. |
static String |
OPTIONS Specify the element to store options of the task data. |
static String |
REPOSITORY_URL Specify the property to store repository URL of the task data. |
static String |
TASK_DATA Specify the element to store a task data . |
static String |
TASK_ID Specify the property to store task ID of the task data. |
static String |
VALUE Specify the element to store a single attribute value of the task data. |
static String |
VALUES Specify the element to store attribute values of the task data. |
static String |
VERSION Specify the property to store version of the task data. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TASK_DATA
task data
.
The value of this constant is "taskData".
"taskData"
public static final String CONNECTOR_KIND
connector kind
of the task data.
The value of this constant is "connectorKind".
"connectorKind"
public static final String REPOSITORY_URL
repository URL
of the task data.
The value of this constant is "repositoryUrl".
"repositoryUrl"
public static final String TASK_ID
task ID
of the task data.
The value of this constant is "taskId".
"taskId"
public static final String VERSION
version
of the task data.
The value of this constant is "version".
"version"
public static final String ATTRIBUTES
attributes
of the task data.
The value of this constant is "attributes".
"attributes"
public static final String ATTRIBUTE
attribute
.
The value of this constant is "attribute".
"attribute"
public static final String ATTRIBUTE_ID
attribute ID
.
The value of this constant is "attributeId".
"attributeId"
public static final String VALUES
attribute values
of the task data.
The value of this constant is "values".
"values"
public static final String VALUE
attribute value
of the task data. Also used for a generic map data value (options and meta data maps).
The value of this constant is "value".
"value"
public static final String META_DATA
meta data
of the task data.
The value of this constant is "metaData".
"metaData"
public static final String OPTIONS
options
of the task data.
The value of this constant is "options".
"options"
public static final String ENTRY
The value of this constant is "entry".
"entry"
public static final String KEY
The value of this constant is "key".
"key"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |