Class DatadogOptions

    • Constructor Detail

      • DatadogOptions

        @DataBoundConstructor
        public DatadogOptions()
        Constructor.
    • Method Detail

      • getCollectLogs

        public boolean getCollectLogs()
      • setCollectLogs

        @DataBoundSetter
        public void setCollectLogs​(boolean collectLogs)
      • setTestVisibility

        @DataBoundSetter
        public void setTestVisibility​(TestVisibility testVisibility)
      • setTags

        @DataBoundSetter
        public void setTags​(List<String> tags)
      • start

        public org.jenkinsci.plugins.workflow.steps.StepExecution start​(org.jenkinsci.plugins.workflow.steps.StepContext context)
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.Step