hudson.plugins.git
Class RevisionParameterAction
java.lang.Object
hudson.model.InvisibleAction
hudson.plugins.git.RevisionParameterAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, Serializable
public class RevisionParameterAction
- extends hudson.model.InvisibleAction
- implements Serializable
Used as a build parameter to specify the revision to be built.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
| Methods inherited from class hudson.model.InvisibleAction |
getDisplayName, getIconFileName, getUrlName |
commit
public final String commit
- SHA1, ref name, etc. that can be "git rev-parse"d into a specific commit.
RevisionParameterAction
public RevisionParameterAction(String commit)
toRevision
public Revision toRevision(IGitAPI git)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2011 Hudson. All Rights Reserved.