Class RemoteFolder
java.lang.Object
org.jenkins.ci.plugins.jobimport.model.RemoteItem
org.jenkins.ci.plugins.jobimport.model.RemoteFolder
- All Implemented Interfaces:
Serializable
,Comparable<RemoteItem>
- See Also:
-
Field Summary
Fields inherited from class org.jenkins.ci.plugins.jobimport.model.RemoteItem
description, fullName, impl, name, parent, url
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteFolder
(String name, String impl, String url, String description, RemoteFolder parent) -
Method Summary
Methods inherited from class org.jenkins.ci.plugins.jobimport.model.RemoteItem
compareTo, equals, getDescription, getFullName, getName, getParent, getUrl, hashCode, hasParent
-
Constructor Details
-
RemoteFolder
-
-
Method Details
-
getChildren
-
hasChildren
public boolean hasChildren() -
isFolder
public boolean isFolder()- Specified by:
isFolder
in classRemoteItem
-