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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets 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"int
hashCode()
boolean
isDead()
void
setDead()
void
setDead
(boolean dead) void
setFullName
(String fullName) void
void
setPrevrevision
(String prevrevision) void
setRevision
(String revision)
-
Constructor Details
-
File
public File()
-
-
Method Details
-
getPath
Inherited from AffectedFile- Specified by:
getPath
in 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:
getEditType
in interfaceChangeLogSet.AffectedFile
-
getParent
-
hashCode
public int hashCode() -
equals
-