Package io.jenkins.plugins.wxwork
Class WXWorkStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
io.jenkins.plugins.wxwork.WXWorkStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class WXWorkStep
extends org.jenkinsci.plugins.workflow.steps.Step
- Author:
- nekoimi 2024/8/6 23:56
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jenkinsci.plugins.workflow.steps.StepDescriptor
void
send
(Run<?, ?> run, FilePath workspace, EnvVars envVars, TaskListener listener) 发送机器人消息void
void
void
void
setImageUrl
(String imageUrl) void
void
org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Constructor Details
-
WXWorkStep
-
-
Method Details
-
setType
-
setAt
-
setAtMe
-
setAtAll
-
setText
-
setImageUrl
-
send
发送机器人消息
- Parameters:
run
-workspace
-envVars
-listener
-
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-
getDescriptor
public org.jenkinsci.plugins.workflow.steps.StepDescriptor getDescriptor()- Specified by:
getDescriptor
in interfaceDescribable<org.jenkinsci.plugins.workflow.steps.Step>
- Overrides:
getDescriptor
in classorg.jenkinsci.plugins.workflow.steps.Step
-