Class PackageMaterialProperty
java.lang.Object
com.thoughtworks.go.plugin.api.config.Property
com.thoughtworks.go.plugin.api.material.packagerepository.PackageMaterialProperty
- All Implemented Interfaces:
java.lang.Comparable
@Deprecated public class PackageMaterialProperty extends Property implements java.lang.Comparable
Deprecated.
-
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 Constructor Description PackageMaterialProperty(java.lang.String key)Deprecated.PackageMaterialProperty(java.lang.String key, 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
-
PackageMaterialProperty
public PackageMaterialProperty(java.lang.String key)Deprecated. -
PackageMaterialProperty
public PackageMaterialProperty(java.lang.String key, java.lang.String value)Deprecated.
-
-
Method Details
-
compareTo
public int compareTo(java.lang.Object o)Deprecated.- Specified by:
compareToin interfacejava.lang.Comparable
-