Class ADBStep

    • Constructor Detail

      • ADBStep

        @DataBoundConstructor
        public ADBStep​(@Nonnull
                       String emulatorTool,
                       @Nonnull
                       HomeLocator homeLocationStrategy,
                       @Nonnull
                       String arguments)
    • Method Detail

      • start

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