com.thalesgroup.hudson.plugins.cppcheck.model
Class CppcheckWorkspaceFile
java.lang.Object
com.thalesgroup.hudson.plugins.cppcheck.model.CppcheckWorkspaceFile
public class CppcheckWorkspaceFile
- extends java.lang.Object
|
Field Summary |
static java.lang.String |
WORKSPACE_FILES
Temporary directory holding the workspace files. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WORKSPACE_FILES
public static final java.lang.String WORKSPACE_FILES
- Temporary directory holding the workspace files.
- See Also:
- Constant Field Values
CppcheckWorkspaceFile
public CppcheckWorkspaceFile(java.io.File file)
CppcheckWorkspaceFile
public CppcheckWorkspaceFile()
getCppcheckFile
public CppcheckFile getCppcheckFile()
setCppcheckFile
public void setCppcheckFile(CppcheckFile cppcheckFile)
setFileName
public void setFileName(java.lang.String fileName)
getTempName
public java.lang.String getTempName()
- Returns a file name for a temporary file that will hold the contents of the source.
- Returns:
- the temporary name
getFileName
public final java.lang.String getFileName()
- Returns the name of this file.
- Returns:
- the name of this file
getTempName
public java.lang.String getTempName(hudson.model.AbstractBuild<?,?> owner)
isSourceIgnored
public boolean isSourceIgnored()
setSourceIgnored
public void setSourceIgnored(boolean sourceIgnored)
Copyright © 2010. All Rights Reserved.