public class SCMSkipDeleteEnvironmentAction extends Object implements hudson.model.EnvironmentContributingAction
| Constructor and Description |
|---|
SCMSkipDeleteEnvironmentAction() |
SCMSkipDeleteEnvironmentAction(boolean deleteBuild) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildEnvironment(hudson.model.Run<?,?> run,
hudson.EnvVars env) |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
boolean |
isDeleteBuild() |
void |
setDeleteBuild(boolean deleteBuild) |
public SCMSkipDeleteEnvironmentAction()
public SCMSkipDeleteEnvironmentAction(boolean deleteBuild)
public boolean isDeleteBuild()
public void setDeleteBuild(boolean deleteBuild)
@CheckForNull public String getIconFileName()
getIconFileName in interface hudson.model.Action@CheckForNull public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObject@CheckForNull public String getUrlName()
getUrlName in interface hudson.model.ActionCopyright © 2016–2020. All rights reserved.