Class PipelineRunOptimizationsResponse.PossibleOptimization
- java.lang.Object
-
- jetbrains.buildServer.pipeline.dto.PipelineRunOptimizationsResponse.PossibleOptimization
-
- Enclosing class:
- PipelineRunOptimizationsResponse
public static class PipelineRunOptimizationsResponse.PossibleOptimization extends Object
-
-
Constructor Summary
Constructors Constructor Description PossibleOptimization(String name, String helpLink, String expectedValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getExpectedValue()
String
getHelpLink()
String
getName()
int
hashCode()
void
setExpectedValue(String expectedValue)
void
setHelpLink(String helpLink)
void
setName(String name)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getHelpLink
public String getHelpLink()
-
setHelpLink
public void setHelpLink(String helpLink)
-
getExpectedValue
public String getExpectedValue()
-
setExpectedValue
public void setExpectedValue(String expectedValue)
-
-