public class ReleaseManagementCI
extends hudson.tasks.Notifier
Modifier and Type | Class and Description |
---|---|
static class |
ReleaseManagementCI.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Modifier and Type | Field and Description |
---|---|
String |
collectionUrl |
String |
password |
String |
projectName |
String |
releaseDefinitionName |
String |
username |
Constructor and Description |
---|
ReleaseManagementCI(String collectionUrl,
String projectName,
String releaseDefinitionName,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
public final String collectionUrl
public final String projectName
public final String releaseDefinitionName
public final String username
public final String password
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
Copyright © 2016. All rights reserved.