public class ConfluenceReleaseNotesPublisher extends AbstractJIRAConfluenceAction
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfluenceReleaseNotesPublisher.DescriptorImpl
Descriptor class.
|
| Constructor and Description |
|---|
ConfluenceReleaseNotesPublisher(String jiraCredentialsID,
String confluenceCredentialsID,
String spaceKey,
String jqlFilter,
String pageTitle,
String parentPageTitle)
Databound constructor, called by Jenkins.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJqlFilter() |
String |
getPageTitle() |
String |
getParentPageTitle() |
String |
getSpaceKey() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getConfluenceCredentials, getConfluenceCredentialsIDgetJiraCredentials, getJiraCredentialsID, getProjectAction, getRequiredMonitorService, getVariablesSubstitutor@DataBoundConstructor public ConfluenceReleaseNotesPublisher(String jiraCredentialsID, String confluenceCredentialsID, String spaceKey, String jqlFilter, String pageTitle, String parentPageTitle)
jiraCredentialsID - the jira credentialsconfluenceCredentialsID - the confluence credentialsspaceKey - the space keyjqlFilter - the jql filterpageTitle - the title of the new pageparentPageTitle - the title of the parent pagepublic String getSpaceKey()
public String getJqlFilter()
public String getPageTitle()
public String getParentPageTitle()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2004-2018. All Rights Reserved.