public class JenkinsFile extends com.xebialabs.overthere.spi.BaseOverthereFile<JenkinsConnection>
| Constructor and Description |
|---|
JenkinsFile(JenkinsConnection connection,
JenkinsFile parent,
java.lang.String path) |
JenkinsFile(JenkinsConnection connection,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute() |
boolean |
canRead() |
boolean |
canWrite() |
void |
delete() |
boolean |
equals(java.lang.Object o) |
boolean |
exists() |
java.io.InputStream |
getInputStream() |
java.lang.String |
getName() |
java.io.OutputStream |
getOutputStream() |
com.xebialabs.overthere.OverthereFile |
getParentFile() |
java.lang.String |
getPath() |
int |
hashCode() |
boolean |
isDirectory() |
boolean |
isFile() |
boolean |
isHidden() |
long |
lastModified() |
long |
length() |
java.util.List<com.xebialabs.overthere.OverthereFile> |
listFiles() |
void |
mkdir() |
void |
mkdirs() |
void |
renameTo(com.xebialabs.overthere.OverthereFile dest) |
void |
setExecutable(boolean executable) |
java.lang.String |
toString() |
public JenkinsFile(JenkinsConnection connection, java.lang.String path)
public JenkinsFile(JenkinsConnection connection, JenkinsFile parent, java.lang.String path)
public java.lang.String toString()
toString in class com.xebialabs.overthere.spi.BaseOverthereFile<JenkinsConnection>public java.lang.String getPath()
public java.lang.String getName()
public com.xebialabs.overthere.OverthereFile getParentFile()
public boolean exists()
public boolean canRead()
public boolean canWrite()
public boolean canExecute()
public boolean isFile()
public boolean isDirectory()
public boolean isHidden()
public long lastModified()
public long length()
public java.io.InputStream getInputStream()
public java.io.OutputStream getOutputStream()
public void setExecutable(boolean executable)
public void delete()
public java.util.List<com.xebialabs.overthere.OverthereFile> listFiles()
public void mkdir()
public void mkdirs()
public void renameTo(com.xebialabs.overthere.OverthereFile dest)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object