|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Encoding | |
---|---|
hudson.plugins.nsiq |
Uses of Encoding in hudson.plugins.nsiq |
---|
Methods in hudson.plugins.nsiq that return Encoding | |
---|---|
Encoding |
NSiqPublisher.getEncoding()
|
static Encoding |
Encoding.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Encoding[] |
Encoding.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in hudson.plugins.nsiq with parameters of type Encoding | |
---|---|
java.lang.String |
NSiqSrc.getFileContent(Encoding encoding)
|
java.lang.String |
SourcePainter.paint(hudson.FilePath filePath,
Encoding encoding)
소스 파일을 읽어 Klocwork 결과를 포함한 HTML로 변환하여 리턴한다. |
Constructors in hudson.plugins.nsiq with parameters of type Encoding | |
---|---|
NSiqPublisher(double lowRatio,
double highRatio,
boolean locView,
boolean complexityView,
boolean overView,
boolean dailyView,
Encoding encoding)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |