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(Result result,
Status status,
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(Result result,
Status status,
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 |
---|---|
FilePath.FileCallable<Status> |
PollingMode.postBuildFinalizer(AbstractBuild<?,?> b,
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.
|
FilePath.FileCallable<Status> |
PollSubscribeMode.postBuildFinalizer(AbstractBuild<?,?> b,
BuildListener listener,
Status buildStatus) |
Modifier and Type | Method and Description |
---|---|
FilePath.FileCallable<Status> |
PollingMode.postBuildFinalizer(AbstractBuild<?,?> b,
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.
|
FilePath.FileCallable<Status> |
PollSubscribeMode.postBuildFinalizer(AbstractBuild<?,?> b,
BuildListener listener,
Status buildStatus) |
Copyright © 2016–2022. All rights reserved.