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.String getDisplayName()
    Get printable name.
    java.lang.String getIconFileName()
    Get name of ion file for the revision.
    java.lang.String getUrlName()
    Get URL for the revision.
    void removeDeleted()
    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:
      getIconFileName in interface hudson.model.Action
      Overrides:
      getIconFileName in class hudson.scm.SCMRevisionState
      Returns:
      Null.
    • getUrlName

      public java.lang.String getUrlName()
      Get URL for the revision.
      Specified by:
      getUrlName in interface hudson.model.Action
      Overrides:
      getUrlName in class hudson.scm.SCMRevisionState
      Returns:
      Null.
    • getDisplayName

      public java.lang.String getDisplayName()
      Get printable name.
      Specified by:
      getDisplayName in interface hudson.model.Action
      Specified by:
      getDisplayName in interface hudson.model.ModelObject
      Overrides:
      getDisplayName in class hudson.scm.SCMRevisionState
      Returns:
      Printable name.
    • getChangedOnly

      public java.util.LinkedList<SCLMFileState> getChangedOnly()
      Get only changed files.
      Returns:
      List of changed SCLM files.
    • removeDeleted

      public void removeDeleted()
      Remove SCLM files marked as 'DELETED'.