Package jenkins.plugins.git
Class GitSCMFile
java.lang.Object
jenkins.scm.api.SCMFile
jenkins.plugins.git.GitSCMFile
public class GitSCMFile
extends jenkins.scm.api.SCMFile
Implementation of
SCMFile
for Git.- Since:
- 3.0.2
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.scm.api.SCMFile
jenkins.scm.api.SCMFile.Type
-
Constructor Summary
-
Method Summary
Methods inherited from class jenkins.scm.api.SCMFile
child, contentAsBytes, contentAsString, contentEncoding, contentMimeType, exists, getName, getPath, getType, isContentBinary, isContentText, isDirectory, isFile, isRoot, parent, type
-
Constructor Details
-
GitSCMFile
-
GitSCMFile
-
-
Method Details
-
newChild
- Specified by:
newChild
in classjenkins.scm.api.SCMFile
-
children
@NonNull public Iterable<jenkins.scm.api.SCMFile> children() throws IOException, InterruptedException- Specified by:
children
in classjenkins.scm.api.SCMFile
- Throws:
IOException
InterruptedException
-
lastModified
- Specified by:
lastModified
in classjenkins.scm.api.SCMFile
- Throws:
IOException
InterruptedException
-
type
- Specified by:
type
in classjenkins.scm.api.SCMFile
- Throws:
IOException
InterruptedException
-
content
- Specified by:
content
in classjenkins.scm.api.SCMFile
- Throws:
IOException
InterruptedException
-