Package io.jenkins.plugins.actions
Class AddWorkItemOnFailure
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<BuildWrapper>
-
- hudson.tasks.BuildWrapper
-
- jenkins.tasks.SimpleBuildWrapper
-
- io.jenkins.plugins.actions.AddWorkItemOnFailure
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<BuildWrapper>
public class AddWorkItemOnFailure extends SimpleBuildWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddWorkItemOnFailure.DescriptorImpl
-
Nested classes/interfaces inherited from class jenkins.tasks.SimpleBuildWrapper
SimpleBuildWrapper.Context, SimpleBuildWrapper.Disposer
-
Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper
BuildWrapper.Environment
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAssignee()
String
getCustomFields()
String
getDescription()
AddWorkItemOnFailure.DescriptorImpl
getDescriptor()
String
getDuration()
String
getEnddate()
Item
getForm()
String
getName()
String
getNote()
String
getPriority()
String
getProjectNumber()
String
getSprintNumber()
String
getStartdate()
String
getStatus()
String
getType()
void
setUp(SimpleBuildWrapper.Context context, Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment)
-
Methods inherited from class jenkins.tasks.SimpleBuildWrapper
createContext, createLoggerDecorator, decorateLauncher, decorateLogger, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, requiresWorkspace, runPreCheckout, setUp, setUp
-
Methods inherited from class hudson.tasks.BuildWrapper
all, getProjectAction, setUp
-
-
-
-
Method Detail
-
getForm
public Item getForm()
-
getProjectNumber
public String getProjectNumber()
-
getSprintNumber
public String getSprintNumber()
-
getAssignee
public String getAssignee()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getStatus
public String getStatus()
-
getType
public String getType()
-
getPriority
public String getPriority()
-
getDuration
public String getDuration()
-
getStartdate
public String getStartdate()
-
getEnddate
public String getEnddate()
-
getCustomFields
public String getCustomFields()
-
getNote
public String getNote()
-
setUp
public void setUp(SimpleBuildWrapper.Context context, Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment) throws IOException, InterruptedException
- Overrides:
setUp
in classSimpleBuildWrapper
- Throws:
IOException
InterruptedException
-
getDescriptor
public AddWorkItemOnFailure.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<BuildWrapper>
- Overrides:
getDescriptor
in classAbstractDescribableImpl<BuildWrapper>
-
-