Class ListReleasesStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
io.jenkins.plugins.github.release.ListReleasesStep
- All Implemented Interfaces:
- ExtensionPoint,- Describable<org.jenkinsci.plugins.workflow.steps.Step>,- GitHubParameters,- RepositoryParameters,- Serializable
public class ListReleasesStep
extends org.jenkinsci.plugins.workflow.steps.Step
implements Serializable, GitHubParameters, RepositoryParameters
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFieldsModifier and TypeFieldDescription
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetCredentialId(String credentialId) voidsetGithubServer(String gitHubServer) voidsetIncludeDrafts(Boolean includeDrafts) voidsetRepository(String repository) voidsetSortAscending(Boolean sortAscending) voidvoidsetTagNamePattern(String tagNamePattern) org.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepgetDescriptor
- 
Field Details- 
tagNamePattern
- 
includeDrafts
- 
sortBy
- 
sortAscending
 
- 
- 
Constructor Details- 
ListReleasesStep@DataBoundConstructor public ListReleasesStep()
 
- 
- 
Method Details- 
setTagNamePattern
- 
setIncludeDrafts
- 
startpublic org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
- startin class- org.jenkinsci.plugins.workflow.steps.Step
- Throws:
- Exception
 
- 
setSortBy
- 
setSortAscending
- 
getCredentialId- Specified by:
- getCredentialIdin interface- GitHubParameters
 
- 
setCredentialId- Specified by:
- setCredentialIdin interface- GitHubParameters
 
- 
getGithubServer- Specified by:
- getGithubServerin interface- GitHubParameters
 
- 
setGithubServer- Specified by:
- setGithubServerin interface- GitHubParameters
 
- 
getRepository- Specified by:
- getRepositoryin interface- RepositoryParameters
 
- 
setRepository- Specified by:
- setRepositoryin interface- RepositoryParameters
 
 
-