Class TaskConfigProperty

java.lang.Object
com.thoughtworks.go.plugin.api.config.Property
com.thoughtworks.go.plugin.api.task.TaskConfigProperty
All Implemented Interfaces:
Comparable

@Deprecated public class TaskConfigProperty extends Property implements Comparable
Deprecated.
Specialization of Property class, for task configuration.
  • Constructor Details

    • TaskConfigProperty

      protected TaskConfigProperty(String key)
      Deprecated.
    • TaskConfigProperty

      public TaskConfigProperty(String propertyName, String value)
      Deprecated.
  • Method Details