project_id
: The ID of the project.project_name
: Name of the project. If project_id
is not provided,
this will be used to look up the project.name
: Name of the stage. Defaults to a generated name.stage_type
: Type of the stage.pause
: Whether the stage should be created in a paused state.prioritized_rulesets
: List of rulesets for the stage.description
: Description for the stage.project_id
: ID of the project.project_name
: Name of the project. If project_id
is not provided,
this will be used to look up the project.stage_id
: ID of the stage to retrieve.stage_name
: Name of the stage to retrieve. If stage_id
is not provided,
this will be used (in conjunction with project ID/name).project_id
: ID of the project.project_name
: Name of the project. If project_id
is not provided,
this will be used to look up the project.stage_id
: ID of the stage to update.stage_name
: Name of the stage to update. If stage_id
is not provided,
this will be used (in conjunction with project ID/name).prioritized_rulesets
: New list of prioritized rulesets for the stage.
If None
, effectively clears existing rulesets.project_id
: ID of the project containing the stage.project_name
: Name of the project containing the stage.
(Used if project_id
is not provided).stage_id
: ID of the stage to pause.stage_name
: Name of the stage to pause.
(Used if stage_id
is not provided).project_id
: ID of the project containing the stage.project_name
: Name of the project containing the stage.
(Used if project_id
is not provided).stage_id
: ID of the stage to resume.stage_name
: Name of the stage to resume.
(Used if stage_id
is not provided).