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.void
Remove SCLM files marked as 'DELETED'.
-
Method Details
-
getIconFileName
Get name of ion file for the revision.- Specified by:
getIconFileName
in interfaceAction
- Overrides:
getIconFileName
in classSCMRevisionState
- Returns:
Null
.
-
getUrlName
Get URL for the revision.- Specified by:
getUrlName
in interfaceAction
- Overrides:
getUrlName
in classSCMRevisionState
- Returns:
Null
.
-
getDisplayName
Get printable name.- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
- Overrides:
getDisplayName
in 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'.
-