Class SCLMSCMRevisionState
java.lang.Object
hudson.scm.SCMRevisionState
org.jenkinsci.plugins.IBM_zOS_Connector.SCLMSCMRevisionState
- All Implemented Interfaces:
hudson.model.Action,hudson.model.ModelObject
public class SCLMSCMRevisionState
extends hudson.scm.SCMRevisionState
SCLMSCMRevisionState
Represents revision of SCLM.- Version:
- 1.0
- Author:
- Alexander Shcherbakov
- See Also:
SCLMFileState
-
Field Summary
Fields inherited from class hudson.scm.SCMRevisionState
NONE -
Method Summary
Modifier and Type Method Description java.util.LinkedList<SCLMFileState>getChangedOnly()Get only changed files.java.lang.StringgetDisplayName()Get printable name.java.lang.StringgetIconFileName()Get name of ion file for the revision.java.lang.StringgetUrlName()Get URL for the revision.voidremoveDeleted()Remove SCLM files marked as 'DELETED'.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getIconFileName
public java.lang.String getIconFileName()Get name of ion file for the revision.- Specified by:
getIconFileNamein interfacehudson.model.Action- Overrides:
getIconFileNamein classhudson.scm.SCMRevisionState- Returns:
Null.
-
getUrlName
public java.lang.String getUrlName()Get URL for the revision.- Specified by:
getUrlNamein interfacehudson.model.Action- Overrides:
getUrlNamein classhudson.scm.SCMRevisionState- Returns:
Null.
-
getDisplayName
public java.lang.String getDisplayName()Get printable name.- Specified by:
getDisplayNamein interfacehudson.model.Action- Specified by:
getDisplayNamein interfacehudson.model.ModelObject- Overrides:
getDisplayNamein classhudson.scm.SCMRevisionState- Returns:
- Printable name.
-
getChangedOnly
Get only changed files.- Returns:
- List of changed SCLM files.
-
removeDeleted
public void removeDeleted()Remove SCLM files marked as 'DELETED'.
-