hudson.tasks.BuildStepMonitor Java Examples
The following examples show how to use
hudson.tasks.BuildStepMonitor.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: MarathonRecorder.java From marathon-plugin with Apache License 2.0 | 6 votes |
@Override public BuildStepMonitor getRequiredMonitorService() { /* * This does not need any isolation. */ return BuildStepMonitor.NONE; }
Example #2
Source File: LambdaInvokePublisher.java From aws-lambda-jenkins-plugin with MIT License | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.BUILD; }
Example #3
Source File: TrivialTestResultRecorder.java From junit-plugin with MIT License | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #4
Source File: AggregatedTestResultPublisher.java From junit-plugin with MIT License | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #5
Source File: JUnitResultArchiver.java From junit-plugin with MIT License | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #6
Source File: GitLabCommitStatusPublisher.java From gitlab-plugin with GNU General Public License v2.0 | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #7
Source File: GitLabAcceptMergeRequestPublisher.java From gitlab-plugin with GNU General Public License v2.0 | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #8
Source File: MergeRequestNotifier.java From gitlab-plugin with GNU General Public License v2.0 | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #9
Source File: SemanticVersioningBuilder.java From semantic-versioning-plugin with MIT License | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #10
Source File: DockerPublisherControl.java From docker-plugin with MIT License | 4 votes |
@Override public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.BUILD; }
Example #11
Source File: ZulipNotifier.java From zulip-plugin with MIT License | 4 votes |
@Override public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #12
Source File: AWSEBDeploymentBuilder.java From awseb-deployment-plugin with Apache License 2.0 | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #13
Source File: SecretBuildWrapperTest.java From credentials-binding-plugin with MIT License | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #14
Source File: GitLabVotePublisher.java From gitlab-plugin with GNU General Public License v2.0 | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #15
Source File: LambdaEventSourcePublisher.java From aws-lambda-jenkins-plugin with MIT License | 4 votes |
@Override public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.BUILD; }
Example #16
Source File: LambdaEventSourceBuildStep.java From aws-lambda-jenkins-plugin with MIT License | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #17
Source File: PackerPublisher.java From packer-plugin with MIT License | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #18
Source File: LambdaInvokeBuildStep.java From aws-lambda-jenkins-plugin with MIT License | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #19
Source File: LambdaPublisher.java From aws-lambda-jenkins-plugin with MIT License | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.BUILD; }
Example #20
Source File: LambdaPublishBuildStep.java From aws-lambda-jenkins-plugin with MIT License | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #21
Source File: LambdaPublishPublisher.java From aws-lambda-jenkins-plugin with MIT License | 4 votes |
@Override public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.BUILD; }
Example #22
Source File: LambdaUploadPublisher.java From aws-lambda-jenkins-plugin with MIT License | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.BUILD; }
Example #23
Source File: LambdaUploadBuildStep.java From aws-lambda-jenkins-plugin with MIT License | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.BUILD; }
Example #24
Source File: MattermostNotifier.java From jenkins-mattermost-plugin with MIT License | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #25
Source File: PhabricatorNotifier.java From phabricator-jenkins-plugin with MIT License | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #26
Source File: PushoverNotifier.java From build-notifications-plugin with MIT License | 4 votes |
@Override public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.BUILD; }
Example #27
Source File: BaseNotifier.java From build-notifications-plugin with MIT License | 4 votes |
@Override public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.BUILD; }
Example #28
Source File: AnsiblePlaybookBuilder.java From ansible-plugin with Apache License 2.0 | 4 votes |
@Override public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #29
Source File: AWSCodePipelinePublisher.java From aws-codepipeline-plugin-for-jenkins with Apache License 2.0 | 4 votes |
public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }
Example #30
Source File: OpenShiftBasePostAction.java From jenkins-plugin with Apache License 2.0 | 4 votes |
@Override public BuildStepMonitor getRequiredMonitorService() { return BuildStepMonitor.NONE; }