Class GitLabSCMFile

java.lang.Object
jenkins.scm.api.SCMFile
io.jenkins.plugins.gitlabbranchsource.GitLabSCMFile

public class GitLabSCMFile extends jenkins.scm.api.SCMFile
  • Nested Class Summary

    Nested classes/interfaces inherited from class jenkins.scm.api.SCMFile

    jenkins.scm.api.SCMFile.Type
  • Constructor Summary

    Constructors
    Constructor
    Description
    GitLabSCMFile(org.gitlab4j.api.GitLabApi gitLabApi, String projectPath, String ref)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Iterable<jenkins.scm.api.SCMFile>
     
     
    long
     
    protected jenkins.scm.api.SCMFile
    newChild(String name, boolean assumeIsDirectory)
     
    protected jenkins.scm.api.SCMFile.Type
     

    Methods inherited from class jenkins.scm.api.SCMFile

    child, contentAsBytes, contentAsString, contentEncoding, contentMimeType, exists, getName, getPath, getType, isContentBinary, isContentText, isDirectory, isFile, isRoot, parent, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait