public class StepCounterParserSetting extends hudson.model.AbstractDescribableImpl<StepCounterParserSetting>
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
StepCounterParserSetting.DescriptorImpl |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static StepCounterParserSetting.DescriptorImpl |
DESCRIPTOR |
| コンストラクタと説明 |
|---|
StepCounterParserSetting(String fileType,
String fileExtension,
String lineComment1,
String lineComment2,
String lineComment3,
String areaComment1,
String areaComment2,
String areaComment3,
String areaComment4) |
@Extension public static final StepCounterParserSetting.DescriptorImpl DESCRIPTOR
public List<jp.sf.amateras.stepcounter.AreaComment> getAreaComments()
public String getFileType()
public void setFileType(String fileType)
public void addAreaComment(String areaComment)
public void addLineComment(String lineComment)
public void setFileExtension(String fileExtension)
public String getLineComment1()
public void setLineComment1(String lineComment1)
public String getLineComment2()
public void setLineComment2(String lineComment2)
public String getLineComment3()
public void setLineComment3(String lineComment3)
public String getAreaComment1()
public void setAreaComment1(String areaComment1)
public String getAreaComment2()
public void setAreaComment2(String areaComment2)
public String getAreaComment3()
public void setAreaComment3(String areaComment3)
public String getAreaComment4()
public void setAreaComment4(String areaComment4)
public String getFileExtension()
public void setAreaComments(List<jp.sf.amateras.stepcounter.AreaComment> areaComments)
Copyright © 2004-2016. All Rights Reserved.