Enum gitlab::api::projects::BuildGitStrategy [−][src]
pub enum BuildGitStrategy {
Clone,
Fetch,
None,
}
Expand description
The default Git strategy for CI jobs.
Variants
Clone the reopsitory every time.
Fetch into an existing checkout (will clone if not available).
Do not update the repository at all.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BuildGitStrategy
impl Send for BuildGitStrategy
impl Sync for BuildGitStrategy
impl Unpin for BuildGitStrategy
impl UnwindSafe for BuildGitStrategy
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more