public class TrackingGitProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
Modifier and Type | Class and Description |
---|---|
static class |
TrackingGitProperty.DescriptorImpl |
static class |
TrackingGitProperty.ToTrack |
class |
TrackingGitProperty.TrackingGitJobAction |
Constructor and Description |
---|
TrackingGitProperty(String sourceProject,
TrackingGitProperty.ToTrack toTrack) |
Modifier and Type | Method and Description |
---|---|
Collection<hudson.model.Action> |
getJobActions(hudson.model.AbstractProject<?,?> job) |
String |
getSourceProject() |
TrackingGitProperty.ToTrack |
getToTrack() |
hudson.model.Run |
getTrackedBuild() |
@DataBoundConstructor public TrackingGitProperty(String sourceProject, TrackingGitProperty.ToTrack toTrack)
public String getSourceProject()
public TrackingGitProperty.ToTrack getToTrack()
public hudson.model.Run getTrackedBuild() throws TrackingGitException
TrackingGitException
public Collection<hudson.model.Action> getJobActions(hudson.model.AbstractProject<?,?> job)
getJobActions
in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
Copyright © 2004-2014. All Rights Reserved.