Class BambooKey


  • public class BambooKey
    extends EntityPropertiesBuilder<BambooKeyProperties>
    Represents a short key of an Bamboo entity (project, plan, job, etc). This is partial key, for instance the value of plan key is "PLAN" rather than "PROJECT-PLAN". Keys serve as secondary identifiers of Bamboo entities, that is, whenever both key and BambooOid is present, BambooOid has higher priority.
    See Also:
    BambooOid
    • Constructor Summary

      Constructors 
      Constructor Description
      BambooKey​(@NotNull java.lang.String key)
      Specify key of provided value.