public class AssetNotifier
extends hudson.tasks.Notifier
Modifier and Type | Class and Description |
---|---|
static class |
AssetNotifier.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
AssetNotifier(String credential,
Workspace workspace,
Publish publish) |
Modifier and Type | Method and Description |
---|---|
static AssetNotifier.DescriptorImpl |
descriptor() |
String |
getCredential() |
Publish |
getPublish() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
Workspace |
getWorkspace() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
public String getCredential()
public Workspace getWorkspace()
public Publish getPublish()
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
public static AssetNotifier.DescriptorImpl descriptor()
Copyright © 2004-2015. All Rights Reserved.