public class RequestRenameJobAction extends Object implements hudson.model.Action
Constructor and Description |
---|
RequestRenameJobAction(hudson.model.Job<?,?> target) |
Modifier and Type | Method and Description |
---|---|
org.kohsuke.stapler.HttpResponse |
doCreateRenameJobRequest(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.Job<?,?> |
getProject() |
String |
getUrlName() |
public RequestRenameJobAction(hudson.model.Job<?,?> target)
@POST public org.kohsuke.stapler.HttpResponse doCreateRenameJobRequest(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException, javax.servlet.ServletException, javax.mail.MessagingException
IOException
javax.servlet.ServletException
javax.mail.MessagingException
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public hudson.model.Job<?,?> getProject()
public String getUrlName()
getUrlName
in interface hudson.model.Action
Copyright © 2016–2021. All rights reserved.