Class SCLMSCMRevisionState
java.lang.Object
hudson.scm.SCMRevisionState
org.jenkinsci.plugins.IBM_zOS_Connector.SCLMSCMRevisionState
- All Implemented Interfaces:
Action,ModelObject
SCLMSCMRevisionState
Represents revision of SCLM.- Version:
- 1.0
- Author:
- Alexander Shcherbakov
- See Also:
-
Field Summary
Fields inherited from class hudson.scm.SCMRevisionState
NONE -
Method Summary
Modifier and TypeMethodDescriptionGet only changed files.Get printable name.Get name of ion file for the revision.Get URL for the revision.voidRemove SCLM files marked as 'DELETED'.
-
Method Details
-
getIconFileName
Get name of ion file for the revision.- Specified by:
getIconFileNamein interfaceAction- Overrides:
getIconFileNamein classSCMRevisionState- Returns:
Null.
-
getUrlName
Get URL for the revision.- Specified by:
getUrlNamein interfaceAction- Overrides:
getUrlNamein classSCMRevisionState- Returns:
Null.
-
getDisplayName
Get printable name.- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject- Overrides:
getDisplayNamein classSCMRevisionState- Returns:
- Printable name.
-
getChangedOnly
Get only changed files.- Returns:
- List of changed SCLM files.
-
removeDeleted
public void removeDeleted()Remove SCLM files marked as 'DELETED'.
-