Uses of Class
org.jenkinsci.plugins.IBM_zOS_Connector.SCLMFileState
-
Uses of SCLMFileState in org.jenkinsci.plugins.IBM_zOS_Connector
Fields in org.jenkinsci.plugins.IBM_zOS_Connector declared as SCLMFileState Modifier and Type Field Description SCLMFileStateLogSet.AffectedFile. fileSCLMFileState to save state.Fields in org.jenkinsci.plugins.IBM_zOS_Connector with type parameters of type SCLMFileState Modifier and Type Field Description static java.util.Comparator<SCLMFileState>SCLMFileState. changeComparatorComparator for changes sorting.Methods in org.jenkinsci.plugins.IBM_zOS_Connector that return types with arguments of type SCLMFileState Modifier and Type Method Description java.util.LinkedList<SCLMFileState>SCLMSCMRevisionState. getChangedOnly()Get only changed files.Methods in org.jenkinsci.plugins.IBM_zOS_Connector with parameters of type SCLMFileState Modifier and Type Method Description intSCLMFileState. compareTo(SCLMFileState e)This function is later used for removing duplicates.