Package com.gitee.jenkins.publisher
Class GiteeReleasePublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
com.gitee.jenkins.publisher.GiteeReleasePublisher
- All Implemented Interfaces:
ExtensionPoint,hudson.matrix.MatrixAggregatable,Describable<Publisher>,BuildStep
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImplNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhudson.matrix.MatrixAggregatorcreateAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener) getBody()getName()getOwner()getRepo()booleanbooleanbooleanbooleanperform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) voidsetArtifacts(boolean artifacts) voidvoidsetGiteeApiRepo(String giteeApiRepo) voidsetIncrement(boolean increment) voidvoidvoidsetPrerelease(boolean prerelease) voidvoidsetTagName(String tagName) voidsetTargetCommit(String targetCommit) Methods inherited from class hudson.tasks.Notifier
getDescriptorMethods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, prebuildMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.tasks.BuildStep
getRequiredMonitorService
-
Constructor Details
-
GiteeReleasePublisher
@DataBoundConstructor public GiteeReleasePublisher()
-
-
Method Details
-
getGiteeApiRepo
-
getOwner
-
getRepo
-
getTagName
-
getName
-
getBody
-
isPrerelease
public boolean isPrerelease() -
getTargetCommit
-
isArtifacts
public boolean isArtifacts() -
isIncrement
public boolean isIncrement() -
setOwner
-
setRepo
-
setTagName
-
setName
-
setPrerelease
@DataBoundSetter public void setPrerelease(boolean prerelease) -
setArtifacts
@DataBoundSetter public void setArtifacts(boolean artifacts) -
setTargetCommit
-
setBody
-
setIncrement
@DataBoundSetter public void setIncrement(boolean increment) -
setGiteeApiRepo
-
createAggregator
public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener) - Specified by:
createAggregatorin interfacehudson.matrix.MatrixAggregatable
-
perform
- Specified by:
performin interfaceBuildStep- Overrides:
performin classBuildStepCompatibilityLayer
-