projectal.entities.stage
View Source
from projectal.entity import Entity class Stage(Entity): """ Implementation of the [Stage](https://projectal.com/docs/latest/#tag/Stage) API. """ _path = 'stage' _name = 'STAGE'
View Source
class Stage(Entity): """ Implementation of the [Stage](https://projectal.com/docs/latest/#tag/Stage) API. """ _path = 'stage' _name = 'STAGE'
Implementation of the Stage API.
Inherited Members
- projectal.entity.Entity
- Entity
- get
- update
- delete
- create
- save
- clone
- history
- list
- match
- match_startswith
- match_endswith
- search
- query
- profile_get
- profile_set
- changes
- set_readonly
- builtins.dict
- setdefault
- pop
- popitem
- keys
- items
- values
- fromkeys
- clear
- copy