@ExportedBean(defaultVisibility=100) public class ManualStep extends Object
Constructor and Description |
---|
ManualStep(String upstreamProject,
String upstreamId,
boolean enabled,
boolean permission,
Map<String,String> possibleVersions) |
Modifier and Type | Method and Description |
---|---|
static ManualStep |
getManualStepAggregated(hudson.model.AbstractProject project,
hudson.model.AbstractProject firstProject) |
static ManualStep |
getManualStepLatest(hudson.model.AbstractProject project,
hudson.model.AbstractBuild build,
hudson.model.AbstractBuild firstBuild) |
Map<String,String> |
getPossibleVersions() |
String |
getUpstreamId() |
String |
getUpstreamProject() |
boolean |
isEnabled() |
boolean |
isPermission() |
static ManualStep |
resolveManualStep(hudson.model.AbstractProject project) |
@CheckForNull public static ManualStep resolveManualStep(hudson.model.AbstractProject project)
@CheckForNull public static ManualStep getManualStepLatest(hudson.model.AbstractProject project, hudson.model.AbstractBuild build, hudson.model.AbstractBuild firstBuild)
@CheckForNull public static ManualStep getManualStepAggregated(hudson.model.AbstractProject project, hudson.model.AbstractProject firstProject)
@Exported public String getUpstreamProject()
@Exported public String getUpstreamId()
@Exported public boolean isEnabled()
@Exported public boolean isPermission()
Copyright © 2016–2020 Diabol AB. All rights reserved.