Class PropertiesCollection


public class PropertiesCollection extends SerializableEntity
Represents a retention policy for a build definition.
  • Constructor Details

    • PropertiesCollection

      public PropertiesCollection()
  • Method Details

    • getCount

      public Integer getCount()
    • setCount

      public void setCount(Integer count)
    • getItem

      public Object getItem()
    • setItem

      public void setItem(Object item)
    • getKeys

      public String[] getKeys()
    • setKeys

      public void setKeys(String[] keys)
    • getValues

      public String[] getValues()
    • setValues

      public void setValues(String[] values)