hudson.plugins.trackingsvn
Class TrackingSVNAction
java.lang.Object
hudson.model.InvisibleAction
hudson.plugins.trackingsvn.TrackingSVNAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.EnvironmentContributingAction, hudson.model.ModelObject
@ExportedBean
public class TrackingSVNAction
- extends hudson.model.InvisibleAction
- implements hudson.model.EnvironmentContributingAction
Methods inherited from class hudson.model.InvisibleAction |
getDisplayName, getIconFileName, getUrlName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hudson.model.Action |
getDisplayName, getIconFileName, getUrlName |
TrackingSVNAction
public TrackingSVNAction(hudson.model.Run<?,?> build)
buildEnvVars
public void buildEnvVars(hudson.model.AbstractBuild<?,?> build,
hudson.EnvVars env)
- Specified by:
buildEnvVars
in interface hudson.model.EnvironmentContributingAction
getTrackedBuild
public hudson.model.Run<?,?> getTrackedBuild()
getTrackedBuildProject
@Exported(visibility=2)
public java.lang.String getTrackedBuildProject()
getTrackedBuildNumber
@Exported(visibility=2)
public int getTrackedBuildNumber()
getTrackedBuildURL
@Exported(visibility=2)
public java.lang.String getTrackedBuildURL()
Copyright © 2004-2011. All Rights Reserved.