Struct azure_devops_rust_api::build::settings::Client
source · pub struct Client(_);Implementations§
source§impl Client
impl Client
sourcepub fn get(
&self,
organization: impl Into<String>,
project: impl Into<String>
) -> RequestBuilder
pub fn get( &self, organization: impl Into<String>, project: impl Into<String> ) -> RequestBuilder
Gets the build settings.
Arguments:
organization: The name of the Azure DevOps organization.project: Project ID or project name
sourcepub fn update(
&self,
organization: impl Into<String>,
body: impl Into<BuildSettings>,
project: impl Into<String>
) -> RequestBuilder
pub fn update( &self, organization: impl Into<String>, body: impl Into<BuildSettings>, project: impl Into<String> ) -> RequestBuilder
Updates the build settings.
Arguments:
organization: The name of the Azure DevOps organization.body: The new settings.project: Project ID or project name