Package hudson.scm
Class IntegrityChangeLogSet.IntegrityChangeLogPath
java.lang.Object
hudson.scm.IntegrityChangeLogSet.IntegrityChangeLogPath
- All Implemented Interfaces:
hudson.scm.ChangeLogSet.AffectedFile
- Enclosing class:
IntegrityChangeLogSet
@ExportedBean(defaultVisibility=999)
public static class IntegrityChangeLogSet.IntegrityChangeLogPath
extends Object
implements hudson.scm.ChangeLogSet.AffectedFile
A file in a commit. Setter methods are public only so that the objects can be constructed from
Digester. So please consider this object read-only.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntegrityChangeLogPath
public IntegrityChangeLogPath()
-
-
Method Details
-
getLogEntry
Gets theof which this path is a member.invalid reference
LogEntry -
setLogEntry
Sets theof which this path is a member.invalid reference
LogEntry -
setAction
-
getValue
Path in the repository. -
getPath
Inherited from AffectedFile- Specified by:
getPathin interfacehudson.scm.ChangeLogSet.AffectedFile
-
setValue
-
getEditType
@Exported public hudson.scm.EditType getEditType()- Specified by:
getEditTypein interfacehudson.scm.ChangeLogSet.AffectedFile
-