public class ChatterPostStep
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
ChatterPostStep.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
Constructor and Description |
---|
ChatterPostStep(String credentialsId,
String body) |
Modifier and Type | Method and Description |
---|---|
String |
getBody() |
String |
getBuildUrlTitle() |
String |
getCredentialsId() |
String |
getRecordId() |
String |
getServer() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setBuildUrlTitle(String buildUrlTitle) |
void |
setRecordId(String recordId) |
void |
setServer(String server) |
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
@DataBoundSetter public void setBuildUrlTitle(String buildUrlTitle)
public String getRecordId()
@DataBoundSetter public void setRecordId(String recordId)
public String getServer()
@DataBoundSetter public void setServer(String server)
public void perform(@Nonnull hudson.model.Run<?,?> run, @Nonnull hudson.FilePath workspace, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener listener) throws InterruptedException, IOException
perform
in interface jenkins.tasks.SimpleBuildStep
InterruptedException
IOException
Copyright © 2016–2019. All rights reserved.