hudson.plugins.findbugs
Class Pattern

java.lang.Object
  extended by hudson.plugins.findbugs.Pattern

public class Pattern
extends java.lang.Object

Bug pattern describing a bug type.

Author:
Ulli Hafner

Constructor Summary
Pattern()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the description.
 java.lang.String getShortDescription()
          Returns the shortDescription.
 java.lang.String getType()
          Returns the type.
 void setDescription(java.lang.String description)
          Sets the description to the specified value.
 void setShortDescription(java.lang.String shortDescription)
          Sets the shortDescription to the specified value.
 void setType(java.lang.String type)
          Sets the type to the specified value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pattern

public Pattern()
Method Detail

setType

public void setType(java.lang.String type)
Sets the type to the specified value.

Parameters:
type - the value to set

getType

public java.lang.String getType()
Returns the type.

Returns:
the type

setDescription

public void setDescription(java.lang.String description)
Sets the description to the specified value.

Parameters:
description - the value to set

getDescription

public java.lang.String getDescription()
Returns the description.

Returns:
the description

setShortDescription

public void setShortDescription(java.lang.String shortDescription)
Sets the shortDescription to the specified value.

Parameters:
shortDescription - the value to set

getShortDescription

public java.lang.String getShortDescription()
Returns the shortDescription.

Returns:
the shortDescription


Copyright © 2009. All Rights Reserved.