public final class MantisProjectProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
AbstractProject
with MantisSite
.修飾子とタイプ | クラスと説明 |
---|---|
static class |
MantisProjectProperty.DescriptorImpl |
修飾子とタイプ | フィールドと説明 |
---|---|
static MantisProjectProperty.DescriptorImpl |
DESCRIPTOR |
コンストラクタと説明 |
---|
MantisProjectProperty(String siteName,
int projectId,
String category,
String pattern,
String regex,
boolean linkEnabled) |
修飾子とタイプ | メソッドと説明 |
---|---|
static MantisProjectProperty |
get(hudson.model.AbstractBuild<?,?> build) |
String |
getCategory() |
String |
getPattern() |
int |
getProjectId() |
String |
getRegex() |
Pattern |
getRegexpPattern() |
MantisSite |
getSite() |
String |
getSiteName() |
boolean |
isLinkEnabled() |
@Extension public static final MantisProjectProperty.DescriptorImpl DESCRIPTOR
public static MantisProjectProperty get(hudson.model.AbstractBuild<?,?> build)
public String getSiteName()
public int getProjectId()
public String getCategory()
public String getPattern()
public String getRegex()
public Pattern getRegexpPattern()
public boolean isLinkEnabled()
public MantisSite getSite()
Copyright © 2004-2015. All Rights Reserved.