public class KloWorkspaceFile extends Object
Modifier and Type | Field and Description |
---|---|
static String |
WORKSPACE_FILES
Temporary directory holding the workspace files.
|
Constructor and Description |
---|
KloWorkspaceFile() |
KloWorkspaceFile(File file) |
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Returns the name of this file.
|
KloFile |
getKloFile() |
String |
getTempName()
Returns a file name for a temporary file that will hold the contents of the source.
|
String |
getTempName(hudson.model.AbstractBuild<?,?> owner) |
boolean |
isSourceIgnored() |
void |
setFileName(String fileName) |
void |
setKloFile(KloFile kloFile) |
void |
setSourceIgnored(boolean sourceIgnored) |
public static final String WORKSPACE_FILES
public KloWorkspaceFile(File file)
public KloWorkspaceFile()
public KloFile getKloFile()
public void setKloFile(KloFile kloFile)
public void setFileName(String fileName)
public String getTempName()
public final String getFileName()
public String getTempName(hudson.model.AbstractBuild<?,?> owner)
public boolean isSourceIgnored()
public void setSourceIgnored(boolean sourceIgnored)
Copyright © 2016–2017. All rights reserved.