Uses of Class
org.jenkins.ci.plugins.jobimport.model.RemoteFolder
Packages that use RemoteFolder
-
Uses of RemoteFolder in org.jenkins.ci.plugins.jobimport.client
Methods in org.jenkins.ci.plugins.jobimport.client with parameters of type RemoteFolderModifier and TypeMethodDescriptionstatic List<RemoteItem>
RestApiClient.getRemoteItems
(RemoteFolder parent, String url, CredentialsUtils.NullSafeCredentials credentials, boolean recursiveSearch) -
Uses of RemoteFolder in org.jenkins.ci.plugins.jobimport.model
Fields in org.jenkins.ci.plugins.jobimport.model declared as RemoteFolderMethods in org.jenkins.ci.plugins.jobimport.model that return RemoteFolderConstructors in org.jenkins.ci.plugins.jobimport.model with parameters of type RemoteFolderModifierConstructorDescriptionRemoteFolder
(String name, String impl, String url, String description, RemoteFolder parent) protected
RemoteItem
(String name, String impl, String url, String description, RemoteFolder parent)