public class ZfjReporter
extends hudson.tasks.Notifier
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static PrintStream |
logger |
| Constructor and Description |
|---|
ZfjReporter(String serverAddress,
String projectKey,
String versionKey,
String cycleKey,
String cycleDuration,
String cyclePrefix) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCycleDuration() |
String |
getCycleKey() |
String |
getCyclePrefix() |
ZfjDescriptor |
getDescriptor() |
String |
getProjectKey() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getServerAddress() |
String |
getVersionKey() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setCycleDuration(String cycleDuration) |
void |
setCycleKey(String cycleKey) |
void |
setCyclePrefix(String cyclePrefix) |
void |
setProjectKey(String projectKey) |
void |
setServerAddress(String serverAddress) |
void |
setVersionKey(String versionKey) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic static PrintStream logger
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic ZfjDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Notifierpublic String getServerAddress()
public void setServerAddress(String serverAddress)
public String getProjectKey()
public void setProjectKey(String projectKey)
public String getVersionKey()
public void setVersionKey(String versionKey)
public String getCycleKey()
public void setCycleKey(String cycleKey)
public String getCyclePrefix()
public void setCyclePrefix(String cyclePrefix)
public String getCycleDuration()
public void setCycleDuration(String cycleDuration)
Copyright © 2004-2015. All Rights Reserved.