Uses of Class
io.jenkins.plugins.ProvarAutomation.Browser
-
-
Uses of ProvarAutomation.Browser in io.jenkins.plugins
Fields in io.jenkins.plugins declared as ProvarAutomation.Browser Modifier and Type Field Description static ProvarAutomation.Browser
ProvarAutomation.DescriptorImpl. defaultBrowser
Methods in io.jenkins.plugins that return ProvarAutomation.Browser Modifier and Type Method Description ProvarAutomation.Browser
ProvarAutomation. getBrowser()
static ProvarAutomation.Browser
ProvarAutomation.Browser. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProvarAutomation.Browser[]
ProvarAutomation.Browser. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.jenkins.plugins with parameters of type ProvarAutomation.Browser Constructor Description ProvarAutomation(String provarAutomationName, String buildFile, String testPlan, String testFolder, String environment, ProvarAutomation.Browser browser, Secret secretsPassword, ProvarAutomation.SalesforceMetadataCacheSettings salesforceMetadataCacheSetting, ProvarAutomation.ResultsPathSettings resultsPathSetting, String projectName, String licensePath)
-