Class ZoomNotifier
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
io.jenkins.plugins.zoom.ZoomNotifier
- All Implemented Interfaces:
ExtensionPoint, Describable<Publisher>, BuildStep
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Publisher
Publisher.DescriptorExtensionListImplNested classes/interfaces inherited from interface BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from interface BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanperform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) booleanprebuild(AbstractBuild<?, ?> build, BuildListener listener) voidsetAuthToken(Secret authToken) voidsetIncludeCommitInfo(boolean includeCommitInfo) voidsetIncludeFailedTests(boolean includeFailedTests) voidsetIncludeTestSummary(boolean includeTestSummary) voidsetJenkinsProxyUsed(boolean jenkinsProxyUsed) voidsetNotifyAborted(boolean notifyAborted) voidsetNotifyBackToNormal(boolean notifyBackToNormal) voidsetNotifyFailure(boolean notifyFailure) voidsetNotifyNotBuilt(boolean notifyNotBuilt) voidsetNotifyRegression(boolean notifyRegression) voidsetNotifyRepeatedFailure(boolean notifyRepeatedFailure) voidsetNotifyStart(boolean notifyStart) voidsetNotifySuccess(boolean notifySuccess) voidsetNotifyUnstable(boolean notifyUnstable) voidsetWebhookUrl(String webhookUrl) Methods inherited from class Publisher
all, getProjectAction, prebuildMethods inherited from class BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform
-
Constructor Details
-
ZoomNotifier
@DataBoundConstructor public ZoomNotifier()
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<Publisher>- Overrides:
getDescriptorin classNotifier
-
prebuild
- Specified by:
prebuildin interfaceBuildStep- Overrides:
prebuildin classBuildStepCompatibilityLayer
-
perform
- Specified by:
performin interfaceBuildStep- Overrides:
performin classBuildStepCompatibilityLayer
-
getRequiredMonitorService
-
needsToRunAfterFinalized
public boolean needsToRunAfterFinalized()- Overrides:
needsToRunAfterFinalizedin classPublisher
-
getWebhookUrl
-
getAuthToken
-
isJenkinsProxyUsed
public boolean isJenkinsProxyUsed() -
isNotifyStart
public boolean isNotifyStart() -
isNotifySuccess
public boolean isNotifySuccess() -
isNotifyAborted
public boolean isNotifyAborted() -
isNotifyNotBuilt
public boolean isNotifyNotBuilt() -
isNotifyUnstable
public boolean isNotifyUnstable() -
isNotifyFailure
public boolean isNotifyFailure() -
isNotifyRegression
public boolean isNotifyRegression() -
isNotifyBackToNormal
public boolean isNotifyBackToNormal() -
isNotifyRepeatedFailure
public boolean isNotifyRepeatedFailure() -
isIncludeCommitInfo
public boolean isIncludeCommitInfo() -
isIncludeTestSummary
public boolean isIncludeTestSummary() -
isIncludeFailedTests
public boolean isIncludeFailedTests() -
setWebhookUrl
-
setAuthToken
-
setJenkinsProxyUsed
@DataBoundSetter public void setJenkinsProxyUsed(boolean jenkinsProxyUsed) -
setNotifyStart
@DataBoundSetter public void setNotifyStart(boolean notifyStart) -
setNotifySuccess
@DataBoundSetter public void setNotifySuccess(boolean notifySuccess) -
setNotifyAborted
@DataBoundSetter public void setNotifyAborted(boolean notifyAborted) -
setNotifyNotBuilt
@DataBoundSetter public void setNotifyNotBuilt(boolean notifyNotBuilt) -
setNotifyUnstable
@DataBoundSetter public void setNotifyUnstable(boolean notifyUnstable) -
setNotifyFailure
@DataBoundSetter public void setNotifyFailure(boolean notifyFailure) -
setNotifyRegression
@DataBoundSetter public void setNotifyRegression(boolean notifyRegression) -
setNotifyBackToNormal
@DataBoundSetter public void setNotifyBackToNormal(boolean notifyBackToNormal) -
setNotifyRepeatedFailure
@DataBoundSetter public void setNotifyRepeatedFailure(boolean notifyRepeatedFailure) -
setIncludeCommitInfo
@DataBoundSetter public void setIncludeCommitInfo(boolean includeCommitInfo) -
setIncludeTestSummary
@DataBoundSetter public void setIncludeTestSummary(boolean includeTestSummary) -
setIncludeFailedTests
@DataBoundSetter public void setIncludeFailedTests(boolean includeFailedTests)
-