Package com.axis.jenkins.plugins.eiffel.eiffelbroadcaster
package com.axis.jenkins.plugins.eiffel.eiffelbroadcaster
-
ClassDescriptionBuildWithEiffelLinksAction<JobT extends Job<JobT,
RunT> & ParameterizedJobMixIn.ParameterizedJob<JobT, RunT>, RunT extends Run<JobT, RunT> & Queue.Executable> AnAction
that attaches an additional API endpoint to jobs for starting a build with one or more Eiffel links.Attaches theBuildWithEiffelLinksAction
action to allFreeStyleProject
instances.Attaches theBuildWithEiffelLinksAction
action to allWorkflowJob
instances.AnAction
for storing the Eiffel activity events (EiffelActivityTriggeredEvent
(ActT),EiffelActivityStartedEvent
(ActS), andEiffelActivityFinishedEvent
(ActF)) that have been emitted for aRun
.AnAction
for storing the data fields ofEiffelActivityTriggeredEvent.Data
for Eiffel activity eventEiffelActivityTriggeredEvent
ActT, that enables the option of setting custom data when the event fires as a build enters a waiting state in the build queue.AnOptionalJobProperty
that can be used to populate additional members in in the Eiffel activity events emitted for the builds of a job.Transforms anEiffelArtifactCreatedEvent
with one or more files declared into anEiffelArtifactPublishedEvent
that contains the URIs to the Jenkins artifacts that correspond to the Eiffel artifact's files.Stores information about anEiffelArtifactCreatedEvent
in aRun
so that a futurePublishEiffelArtifactsStep
can construct and send anEiffelArtifactPublishedEvent
once the artifact is actually available for download.Adds the EiffelBroadcaster plugin configuration to the system config page.Indicates that a build was started because of one or more Eiffel events.AnEnvironmentContributor
implementation that injects environment variables with the JSON payload of theRun
'sEiffelActivityTriggeredEvent
andEiffelActivityStartedEvent
.Maintains a table that maps a Jenkins queue ids to the id of theEiffelActivityTriggeredEvent
that was sent when the build was enqueued.Raised when anEiffelArtifactPublishedEvent
can't be created from anEiffelArtifactCreatedEvent
because the latter doesn't declare the names of the files that make up the artifact, making it impossible to create URIs for the files.Describes how the hostname of the Jenkins controller should be determined.Receives job status notificationsItemListener
.Provides Eiffel event source information (themeta.source
member of all events) for a Jenkins plugin.Generated localization support class.Raised when anEiffelArtifactPublishedEvent
can't be created from anEiffelArtifactCreatedEvent
because one or more files declare in the latter doesn't exist as a Jenkins artifact for the build, making it impossible to create URIs for the Eiffel artifact's files.Creates an MQ connection.Receives notifications about when tasks are submitted to the queue and publishes messages on configured MQ server.Receives notifications about builds and publish messages on configured MQ server.Constants and helper functions.