[−][src]Struct jenkins_api::job::WorkflowMultiBranchProject
A pipeline project
Fields
name: String
Name of the job
display_name: String
Display Name of the job
full_display_name: Option<String>
Full Display Name of the job
full_name: Option<String>
Full Name of the job
display_name_or_null: Option<String>
Display Name of the job
url: String
URL for the job
actions: Vec<Option<CommonAction>>
Actions of a job
buildable: bool
Is the job buildable?
last_build: Option<ShortBuild<CommonBuild>>
Link to the last build
jobs: Vec<ShortJob>
List of the jobs in the pipline
Trait Implementations
impl Class for WorkflowMultiBranchProject
[src]
fn with_class() -> &'static str
[src]
impl Debug for WorkflowMultiBranchProject
[src]
impl<'de> Deserialize<'de> for WorkflowMultiBranchProject
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Job for WorkflowMultiBranchProject
[src]
fn url(&self) -> &str
[src]
fn name(&self) -> &str
[src]
fn enable(&self, jenkins_client: &Jenkins) -> Result<()>
[src]
fn disable(&self, jenkins_client: &Jenkins) -> Result<()>
[src]
fn add_to_view<'a, V>(
&self,
jenkins_client: &Jenkins,
view_name: V
) -> Result<()> where
V: Into<ViewName<'a>>,
[src]
&self,
jenkins_client: &Jenkins,
view_name: V
) -> Result<()> where
V: Into<ViewName<'a>>,
fn remove_from_view<'a, V>(
&self,
jenkins_client: &Jenkins,
view_name: V
) -> Result<()> where
V: Into<ViewName<'a>>,
[src]
&self,
jenkins_client: &Jenkins,
view_name: V
) -> Result<()> where
V: Into<ViewName<'a>>,
fn get_config_xml(&self, jenkins_client: &Jenkins) -> Result<String>
[src]
Auto Trait Implementations
impl RefUnwindSafe for WorkflowMultiBranchProject
impl Send for WorkflowMultiBranchProject
impl Sync for WorkflowMultiBranchProject
impl Unpin for WorkflowMultiBranchProject
impl UnwindSafe for WorkflowMultiBranchProject
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,