Package hudson.scm

Class CVSChangeLogSet.File

java.lang.Object
hudson.scm.CVSChangeLogSet.File
All Implemented Interfaces:
ChangeLogSet.AffectedFile, Serializable
Enclosing class:
CVSChangeLogSet

@ExportedBean(defaultVisibility=999) public static class CVSChangeLogSet.File extends Object implements ChangeLogSet.AffectedFile, Serializable
See Also:
  • Constructor Details

    • File

      public File()
  • Method Details

    • getPath

      public String getPath()
      Inherited from AffectedFile
      Specified by:
      getPath in interface ChangeLogSet.AffectedFile
    • getName

      @Exported public String getName()
      Gets the path name in the CVS repository, like "foo/bar/zot.c"

      The path is relative to the workspace root.

    • getFullName

      @Exported public String getFullName()
      Gets the full path name in the CVS repository, like "/module/foo/bar/zot.c"

      Unlike getName(), this method returns a full name from the root of the CVS repository.

    • setFullName

      public void setFullName(String fullName)
    • getSimpleName

      public String getSimpleName()
      Gets just the last component of the path, like "zot.c"
    • setName

      public void setName(String name)
    • getRevision

      @Exported public String getRevision()
    • setRevision

      public void setRevision(String revision)
    • getPrevrevision

      @Exported public String getPrevrevision()
    • setPrevrevision

      public void setPrevrevision(String prevrevision)
    • isDead

      @Exported public boolean isDead()
    • setDead

      public void setDead(boolean dead)
    • setDead

      public void setDead()
    • getEditType

      @Exported public EditType getEditType()
      Specified by:
      getEditType in interface ChangeLogSet.AffectedFile
    • getParent

      public CVSChangeLogSet.CVSChangeLog getParent()
    • hashCode

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

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