Class TaskConfigProperty
java.lang.Object
com.thoughtworks.go.plugin.api.config.Property
com.thoughtworks.go.plugin.api.task.TaskConfigProperty
- All Implemented Interfaces:
java.lang.Comparable
@Deprecated public class TaskConfigProperty extends Property implements java.lang.Comparable
Deprecated.
Specialization of
Property class, for task configuration.-
Field Summary
Fields inherited from class com.thoughtworks.go.plugin.api.config.Property
DISPLAY_NAME, DISPLAY_ORDER, PART_OF_IDENTITY, REQUIRED, SECURE -
Constructor Summary
Constructors Modifier Constructor Description protectedTaskConfigProperty(java.lang.String key)Deprecated.TaskConfigProperty(java.lang.String propertyName, java.lang.String value)Deprecated. -
Method Summary
Modifier and Type Method Description intcompareTo(java.lang.Object o)Deprecated.Methods inherited from class com.thoughtworks.go.plugin.api.config.Property
getKey, getOption, getOptions, getValue, with, withDefaultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TaskConfigProperty
protected TaskConfigProperty(java.lang.String key)Deprecated. -
TaskConfigProperty
public TaskConfigProperty(java.lang.String propertyName, java.lang.String value)Deprecated.
-
-
Method Details
-
compareTo
public int compareTo(java.lang.Object o)Deprecated.- Specified by:
compareToin interfacejava.lang.Comparable
-