public class YouTrackIssueAction extends Object implements hudson.model.Action
Modifier and Type | Field and Description |
---|---|
hudson.model.AbstractProject |
project
Reference to the project to get YouTrack site info from.
|
Constructor and Description |
---|
YouTrackIssueAction(hudson.model.AbstractProject project)
Constructs the action.
|
Modifier and Type | Method and Description |
---|---|
org.kohsuke.stapler.HttpResponse |
doIssue()
Generates a response containing issue data, but first logs in to YouTrack.
|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public final hudson.model.AbstractProject project
public YouTrackIssueAction(hudson.model.AbstractProject project)
project
- the project to get site info from.public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public org.kohsuke.stapler.HttpResponse doIssue()
Copyright © 2016–2019. All rights reserved.