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 Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier 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.Step
getDescriptor
-
Field Details
-
tagNamePattern
-
includeDrafts
-
sortBy
-
sortAscending
-
-
Constructor Details
-
ListReleasesStep
@DataBoundConstructor public ListReleasesStep()
-
-
Method Details
-
setTagNamePattern
-
setIncludeDrafts
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-
setSortBy
-
setSortAscending
-
getCredentialId
- Specified by:
getCredentialIdin interfaceGitHubParameters
-
setCredentialId
- Specified by:
setCredentialIdin interfaceGitHubParameters
-
getGithubServer
- Specified by:
getGithubServerin interfaceGitHubParameters
-
setGithubServer
- Specified by:
setGithubServerin interfaceGitHubParameters
-
getRepository
- Specified by:
getRepositoryin interfaceRepositoryParameters
-
setRepository
- Specified by:
setRepositoryin interfaceRepositoryParameters
-