public interface RunAction2 extends Action
Modifier and Type | Method and Description |
---|---|
void |
onAttached(Run<?,?> r)
Called when this action is added to a build.
|
void |
onLoad(Run<?,?> r)
Called after a build is loaded to which this action was previously attached.
|
getDisplayName, getIconFileName, getUrlName
void onAttached(Run<?,?> r)
void onLoad(Run<?,?> r)
Copyright © 2015. All rights reserved.