Class SCLMChangeLogSet.Entry
java.lang.Object
hudson.scm.ChangeLogSet.Entry
org.jenkinsci.plugins.IBM_zOS_Connector.SCLMChangeLogSet.Entry
- Enclosing class:
- SCLMChangeLogSet
@ExportedBean(defaultVisibility=999)
public static class SCLMChangeLogSet.Entry
extends hudson.scm.ChangeLogSet.Entry
Entry
Entry for SCLMChangeLogSet.
- Version:
- 1.0
- Author:
- Alexander Shcherbakov
- See Also:
SCLMChangeLogSet,SCLMChangeLogSet.SCLMAffectedFile
-
Constructor Summary
Constructors Constructor Description Entry()Dummy constructor. -
Method Summary
Modifier and Type Method Description java.util.Collection<java.lang.String>getAffectedPaths()Get the path for AffectedFile.hudson.model.UsergetAuthor()Get author of the changes.java.lang.StringgetDate()Get change date.hudson.scm.EditTypegetEditType()Get EditType of the entry.java.util.LinkedList<hudson.scm.ChangeLogSet.AffectedFile>getItems()Get affectedFile.java.lang.StringgetMsg()Get entry message.SCLMChangeLogSetgetParent()Get current parent.java.lang.StringgetPath()Get path of affectedFile.java.lang.StringgetVersion()Get AffectedFile version.voidsetParent(hudson.scm.ChangeLogSet set)Set parent.java.lang.StringtoString()Get printable view.Methods inherited from class hudson.scm.ChangeLogSet.Entry
getAffectedFiles, getCommitId, getMsgAnnotated, getMsgEscaped, getTimestampMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Entry
public Entry()Dummy constructor.
-
-
Method Details
-
setParent
public void setParent(hudson.scm.ChangeLogSet set)Set parent.- Overrides:
setParentin classhudson.scm.ChangeLogSet.Entry- Parameters:
set- New parent.
-
getParent
Get current parent.- Overrides:
getParentin classhudson.scm.ChangeLogSet.Entry- Returns:
- Current parent.
-
getMsg
public java.lang.String getMsg()Get entry message.- Specified by:
getMsgin classhudson.scm.ChangeLogSet.Entry- Returns:
- Message for entry.
-
getEditType
public hudson.scm.EditType getEditType()Get EditType of the entry.- Returns:
- EditType.
- See Also:
EditType
-
getPath
public java.lang.String getPath()Get path of affectedFile.- Returns:
- Affected file path.
-
getItems
public java.util.LinkedList<hudson.scm.ChangeLogSet.AffectedFile> getItems()Get affectedFile.- Returns:
- AffectedFile.
-
getAuthor
public hudson.model.User getAuthor()Get author of the changes.- Specified by:
getAuthorin classhudson.scm.ChangeLogSet.Entry- Returns:
- Author of AffectedFile change.
-
getVersion
@Exported public java.lang.String getVersion()Get AffectedFile version.- Returns:
- AffectedFile version.
-
getAffectedPaths
public java.util.Collection<java.lang.String> getAffectedPaths()Get the path for AffectedFile.- Specified by:
getAffectedPathsin classhudson.scm.ChangeLogSet.Entry- Returns:
- AffectedFile path.
-
getDate
public java.lang.String getDate()Get change date.- Returns:
- Date of change in AffectedFile.
-
toString
public java.lang.String toString()Get printable view.- Overrides:
toStringin classjava.lang.Object- Returns:
- SCLMFileState.toString()
-