Struct rusoto_devicefarm::Artifact [] [src]

pub struct Artifact {
    pub arn: Option<AmazonResourceName>,
    pub extension: Option<String>,
    pub name: Option<Name>,
    pub type_: Option<ArtifactType>,
    pub url: Option<URL>,
}

Represents the output of a test. Examples of artifacts include logs and screenshots.

Fields

The artifact's ARN.

The artifact's file extension.

The artifact's name.

The artifact's type.

Allowed values include the following:

  • UNKNOWN: An unknown type.

  • SCREENSHOT: The screenshot type.

  • DEVICE_LOG: The device log type.

  • MESSAGE_LOG: The message log type.

  • RESULT_LOG: The result log type.

  • SERVICE_LOG: The service log type.

  • WEBKIT_LOG: The web kit log type.

  • INSTRUMENTATION_OUTPUT: The instrumentation type.

  • EXERCISER_MONKEY_OUTPUT: For Android, the artifact (log) generated by an Android fuzz test.

  • CALABASH_JSON_OUTPUT: The Calabash JSON output type.

  • CALABASH_PRETTY_OUTPUT: The Calabash pretty output type.

  • CALABASH_STANDARD_OUTPUT: The Calabash standard output type.

  • CALABASH_JAVA_XML_OUTPUT: The Calabash Java XML output type.

  • AUTOMATION_OUTPUT: The automation output type.

  • APPIUM_SERVER_OUTPUT: The Appium server output type.

  • APPIUM_JAVA_OUTPUT: The Appium Java output type.

  • APPIUM_JAVA_XML_OUTPUT: The Appium Java XML output type.

  • APPIUM_PYTHON_OUTPUT: The Appium Python output type.

  • APPIUM_PYTHON_XML_OUTPUT: The Appium Python XML output type.

  • EXPLORER_EVENT_LOG: The Explorer event log output type.

  • EXPLORER_SUMMARY_LOG: The Explorer summary log output type.

  • APPLICATION_CRASH_REPORT: The application crash report output type.

  • XCTEST_LOG: The XCode test output type.

The pre-signed Amazon S3 URL that can be used with a corresponding GET request to download the artifact's file.

Trait Implementations

impl Default for Artifact
[src]

Returns the "default value" for a type. Read more

impl Debug for Artifact
[src]

Formats the value using the given formatter.

impl Clone for Artifact
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more