Package jenkins.plugins.instana
Class ReleaseMarker
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
jenkins.plugins.instana.ReleaseMarker
- All Implemented Interfaces:
ExtensionPoint
,Describable<Builder>
,BuildStep
public class ReleaseMarker extends Builder
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReleaseMarker.DescriptorImpl
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ReleaseMarker(String releaseName)
ReleaseMarker(String releaseName, List<Service> services, List<Application> applications)
-
Method Summary
Modifier and Type Method Description List<Application>
getApplications()
String
getReleaseEndTimestamp()
String
getReleaseName()
String
getReleaseStartTimestamp()
List<Service>
getServices()
boolean
perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
void
setApplications(List<Application> applications)
void
setReleaseEndTimestamp(String releaseEndTimestamp)
void
setReleaseStartTimestamp(String releaseStartTimestamp)
void
setServices(List<Service> services)
static void
xStreamCompatibility()
Methods inherited from class hudson.tasks.Builder
all, getDescriptor, getRequiredMonitorService, prebuild
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
-
Constructor Details
-
Method Details
-
getReleaseName
-
getReleaseStartTimestamp
-
setReleaseStartTimestamp
-
getReleaseEndTimestamp
-
setReleaseEndTimestamp
-
getServices
-
setServices
-
getApplications
-
setApplications
-
xStreamCompatibility
-
perform
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException- Specified by:
perform
in interfaceBuildStep
- Overrides:
perform
in classBuildStepCompatibilityLayer
- Throws:
InterruptedException
IOException
-