ExClubhouse v0.6.0 ExClubhouse.Ops.Milestone View Source
Milestone op
Link to this section Summary
Link to this section Functions
Link to this function
create(milestone_input)
View Sourcecreate(ExClubhouse.Model.Input.Milestone.t()) :: ExClubhouse.Operation.t()
Link to this function
delete(milestone_public_id)
View Sourcedelete(integer()) :: ExClubhouse.Operation.t()
Link to this function
epic_list(milestone_public_id)
View Sourceepic_list(integer()) :: ExClubhouse.Operation.t()
Link to this function
get(milestone_public_id)
View Sourceget(integer()) :: ExClubhouse.Operation.t()
Link to this function
update(milestone_public_id, milestone_input)
View Sourceupdate(integer(), ExClubhouse.Model.Input.Milestone.t()) :: ExClubhouse.Operation.t()