Uses of Class
org.jenkinsci.plugins.p4.browsers.P4Browser
-
Packages that use P4Browser Package Description org.jenkinsci.plugins.p4 org.jenkinsci.plugins.p4.browsers org.jenkinsci.plugins.p4.scm -
-
Uses of P4Browser in org.jenkinsci.plugins.p4
Methods in org.jenkinsci.plugins.p4 that return P4Browser Modifier and Type Method Description static P4BrowserPerforceScm. findBrowser(String scmCredential)P4BrowserPerforceScm. getBrowser()Constructors in org.jenkinsci.plugins.p4 with parameters of type P4Browser Constructor Description PerforceScm(String credential, Workspace workspace, List<Filter> filter, Populate populate, P4Browser browser)Create a constructor that takes non-transient fields, and add the annotation @DataBoundConstructor to it. -
Uses of P4Browser in org.jenkinsci.plugins.p4.browsers
Subclasses of P4Browser in org.jenkinsci.plugins.p4.browsers Modifier and Type Class Description classFishEyeBrowserclassOpenGrokBrowserclassP4WebBrowserclassSwarmBrowser -
Uses of P4Browser in org.jenkinsci.plugins.p4.scm
Methods in org.jenkinsci.plugins.p4.scm that return P4Browser Modifier and Type Method Description abstract P4BrowserAbstractP4ScmSource. getBrowser()P4BrowserBranchesScmSource. getBrowser()P4BrowserGlobalLibraryScmSource. getBrowser()P4BrowserGraphScmSource. getBrowser()P4BrowserStreamsScmSource. getBrowser()P4BrowserSwarmScmSource. getBrowser()Methods in org.jenkinsci.plugins.p4.scm with parameters of type P4Browser Modifier and Type Method Description voidBranchesScmSource. setBrowser(P4Browser browser)voidGraphScmSource. setBrowser(P4Browser browser)voidStreamsScmSource. setBrowser(P4Browser browser)
-