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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the full path name in the CVS repository, like "/module/foo/bar/zot.c"getName()Gets the path name in the CVS repository, like "foo/bar/zot.c"getPath()Inherited from AffectedFileGets just the last component of the path, like "zot.c"inthashCode()booleanisDead()voidsetDead()voidsetDead(boolean dead) voidsetFullName(String fullName) voidvoidsetPrevrevision(String prevrevision) voidsetRevision(String revision)
-
Constructor Details
-
File
public File()
-
-
Method Details
-
getPath
Inherited from AffectedFile- Specified by:
getPathin interfaceChangeLogSet.AffectedFile
-
getName
Gets the path name in the CVS repository, like "foo/bar/zot.c"The path is relative to the workspace root.
-
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
-
getSimpleName
Gets just the last component of the path, like "zot.c" -
setName
-
getRevision
-
setRevision
-
getPrevrevision
-
setPrevrevision
-
isDead
@Exported public boolean isDead() -
setDead
public void setDead(boolean dead) -
setDead
public void setDead() -
getEditType
- Specified by:
getEditTypein interfaceChangeLogSet.AffectedFile
-
getParent
-
hashCode
public int hashCode() -
equals
-