[][src]Enum built::CIPlatform

pub enum CIPlatform {
    Travis,
    Circle,
    GitLab,
    AppVeyor,
    Codeship,
    Drone,
    Magnum,
    Semaphore,
    Jenkins,
    Bamboo,
    TFS,
    TeamCity,
    Buildkite,
    Hudson,
    TaskCluster,
    GoCD,
    BitBucket,
    Generic,
}

Various Continuous Integration platforms whose presence can be detected.

Variants

Travis

https://travis-ci.org

Circle

https://circleci.com

GitLab

https://about.gitlab.com/gitlab-ci/

AppVeyor

https://www.appveyor.com/

Codeship

https://codeship.com/

Drone

https://github.com/drone/drone

Magnum

https://magnum-ci.com/

Semaphore

https://semaphoreci.com/

Jenkins

https://jenkins.io/

Bamboo

https://www.atlassian.com/software/bamboo

TFS

https://www.visualstudio.com/de/tfs/

TeamCity

https://www.jetbrains.com/teamcity/

Buildkite

https://buildkite.com/

Hudson

http://hudson-ci.org/

TaskCluster

https://github.com/taskcluster

GoCD

https://www.gocd.io/

BitBucket

https://bitbucket.org

Generic

Unspecific

Trait Implementations

impl Display for CIPlatform[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.