Package | Description |
---|---|
net.praqma.hudson.notifier | |
net.praqma.hudson.scm.pollingmode |
Modifier and Type | Method and Description |
---|---|
Status |
PollSubscribeRemotePostBuild.invoke(File workspace,
hudson.remoting.VirtualChannel channel) |
Status |
RemotePostBuild.invoke(File workspace,
hudson.remoting.VirtualChannel channel) |
Constructor and Description |
---|
PollSubscribeRemotePostBuild(hudson.model.Result result,
Status status,
hudson.model.BuildListener listener,
net.praqma.clearcase.ucm.entities.Baseline sourcebaseline,
net.praqma.clearcase.ucm.entities.Baseline targetbaseline,
net.praqma.clearcase.ucm.entities.Stream sourcestream,
net.praqma.clearcase.ucm.entities.Stream targetstream,
String displayName,
String buildNumber,
List<net.praqma.clearcase.ucm.entities.Baseline> consideredBaselines) |
RemotePostBuild(hudson.model.Result result,
Status status,
hudson.model.BuildListener listener,
boolean makeTag,
boolean recommended,
Unstable unstable,
boolean skipPromote,
net.praqma.clearcase.ucm.entities.Baseline sourcebaseline,
net.praqma.clearcase.ucm.entities.Baseline targetbaseline,
net.praqma.clearcase.ucm.entities.Stream sourcestream,
net.praqma.clearcase.ucm.entities.Stream targetstream,
String displayName,
String buildNumber,
List<net.praqma.clearcase.ucm.entities.Baseline> rebaseTargets) |
Modifier and Type | Method and Description |
---|---|
hudson.FilePath.FileCallable<Status> |
PollingMode.postBuildFinalizer(hudson.model.AbstractBuild<?,?> b,
hudson.model.BuildListener listener,
Status buildStatus)
At this point we should have all the information stored in our actions to perform the necessary
actions after the build has completed.
|
hudson.FilePath.FileCallable<Status> |
PollSubscribeMode.postBuildFinalizer(hudson.model.AbstractBuild<?,?> b,
hudson.model.BuildListener listener,
Status buildStatus) |
Modifier and Type | Method and Description |
---|---|
hudson.FilePath.FileCallable<Status> |
PollingMode.postBuildFinalizer(hudson.model.AbstractBuild<?,?> b,
hudson.model.BuildListener listener,
Status buildStatus)
At this point we should have all the information stored in our actions to perform the necessary
actions after the build has completed.
|
hudson.FilePath.FileCallable<Status> |
PollSubscribeMode.postBuildFinalizer(hudson.model.AbstractBuild<?,?> b,
hudson.model.BuildListener listener,
Status buildStatus) |
Copyright © 2004-2016. All Rights Reserved.