Class RemoteItem

java.lang.Object
org.jenkins.ci.plugins.jobimport.model.RemoteItem
All Implemented Interfaces:
Serializable, Comparable<RemoteItem>
Direct Known Subclasses:
RemoteFolder, RemoteJob

public abstract class RemoteItem extends Object implements Serializable, Comparable<RemoteItem>
See Also:
  • Field Details

    • name

      protected final String name
    • fullName

      protected final String fullName
    • impl

      protected final String impl
    • url

      protected final String url
    • description

      protected final String description
    • parent

      protected final RemoteFolder parent
  • Constructor Details

  • Method Details

    • isFolder

      public abstract boolean isFolder()
    • getName

      public String getName()
    • getFullName

      public String getFullName()
    • getUrl

      public String getUrl()
    • getDescription

      public String getDescription()
    • getParent

      public RemoteFolder getParent()
    • hasParent

      public boolean hasParent()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • compareTo

      public int compareTo(RemoteItem o)
      Specified by:
      compareTo in interface Comparable<RemoteItem>