jenkins.plugins.clangscanbuild.history
Class ClangScanBuildBug

java.lang.Object
  extended by jenkins.plugins.clangscanbuild.history.ClangScanBuildBug

public class ClangScanBuildBug
extends Object


Field Summary
 String bugCategory
           
 String bugDescription
           
 String bugType
           
 boolean newBug
           
 String reportFile
           
 String sourceFile
           
 
Constructor Summary
ClangScanBuildBug()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBugCategory()
           
 String getBugDescription()
           
 String getBugType()
           
 String getReportFile()
           
 String getSourceFile()
           
 int hashCode()
           
 boolean isNewBug()
           
 void setBugCategory(String bugCategory)
           
 void setBugDescription(String bugDescription)
           
 void setBugType(String bugType)
           
 void setNewBug(boolean newBug)
           
 void setReportFile(String reportFile)
           
 void setSourceFile(String sourceFile)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reportFile

public String reportFile

sourceFile

public String sourceFile

bugType

public String bugType

bugDescription

public String bugDescription

bugCategory

public String bugCategory

newBug

public boolean newBug
Constructor Detail

ClangScanBuildBug

public ClangScanBuildBug()
Method Detail

isNewBug

public boolean isNewBug()

setNewBug

public void setNewBug(boolean newBug)

getBugCategory

public String getBugCategory()

setBugCategory

public void setBugCategory(String bugCategory)

getBugType

public String getBugType()

setBugType

public void setBugType(String bugType)

getBugDescription

public String getBugDescription()

setBugDescription

public void setBugDescription(String bugDescription)

getReportFile

public String getReportFile()

setReportFile

public void setReportFile(String reportFile)

getSourceFile

public String getSourceFile()

setSourceFile

public void setSourceFile(String sourceFile)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2004-2012. All Rights Reserved.