com.thalesgroup.hudson.plugins.cppcheck.model
Class CppcheckWorkspaceFile

java.lang.Object
  extended by 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.
 
Constructor Summary
CppcheckWorkspaceFile()
           
CppcheckWorkspaceFile(java.io.File file)
           
 
Method Summary
 CppcheckFile getCppcheckFile()
           
 java.lang.String getFileName()
          Returns the name of this file.
 java.lang.String getTempName()
          Returns a file name for a temporary file that will hold the contents of the source.
 java.lang.String getTempName(hudson.model.AbstractBuild<?,?> owner)
           
 boolean isSourceIgnored()
           
 void setCppcheckFile(CppcheckFile cppcheckFile)
           
 void setFileName(java.lang.String fileName)
           
 void setSourceIgnored(boolean sourceIgnored)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORKSPACE_FILES

public static final java.lang.String WORKSPACE_FILES
Temporary directory holding the workspace files.

See Also:
Constant Field Values
Constructor Detail

CppcheckWorkspaceFile

public CppcheckWorkspaceFile(java.io.File file)

CppcheckWorkspaceFile

public CppcheckWorkspaceFile()
Method Detail

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.