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.StepDescriptorvoidsend(Run<?, ?> run, FilePath workspace, EnvVars envVars, TaskListener listener) 发送机器人消息voidvoidvoidvoidsetImageUrl(String imageUrl) voidvoidorg.jenkinsci.plugins.workflow.steps.StepExecutionstart(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:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-
getDescriptor
public org.jenkinsci.plugins.workflow.steps.StepDescriptor getDescriptor()- Specified by:
getDescriptorin interfaceDescribable<org.jenkinsci.plugins.workflow.steps.Step>- Overrides:
getDescriptorin classorg.jenkinsci.plugins.workflow.steps.Step
-