public class SelectionTypeProject extends SelectionType
Modifier and Type | Class and Description |
---|---|
static class |
SelectionTypeProject.DescriptorImpl |
SelectionType.RepositoryDoesNotExistException
Modifier and Type | Field and Description |
---|---|
String |
build |
String |
project |
String |
promoted |
Constructor and Description |
---|
SelectionTypeProject(String project,
String build,
String promoted) |
Modifier and Type | Method and Description |
---|---|
RepositoryAction |
getAction(Run<?,?> theBuild) |
String |
getBuild() |
String |
getProject() |
String |
getPromoted() |
void |
setBuild(String buildId) |
void |
setProject(String project) |
void |
setPromoted(String promoted) |
getDescriptor
public String project
public String build
public String promoted
public String getProject()
public void setProject(String project)
public String getBuild()
public void setBuild(String buildId)
public String getPromoted()
public void setPromoted(String promoted)
public RepositoryAction getAction(Run<?,?> theBuild) throws MalformedURLException, SelectionType.RepositoryDoesNotExistException
getAction
in class SelectionType
MalformedURLException
SelectionType.RepositoryDoesNotExistException
Copyright © 2016–2022. All rights reserved.