public class KlocworkSeverities extends hudson.model.AbstractDescribableImpl<KlocworkSeverities> implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
KlocworkSeverities.DescriptorImpl |
Constructor and Description |
---|
KlocworkSeverities() |
KlocworkSeverities(boolean critical,
boolean error,
boolean warning,
boolean review,
boolean fiveToTen) |
Modifier and Type | Method and Description |
---|---|
Map<String,Boolean> |
getEnabled() |
boolean |
isCritical() |
boolean |
isError() |
boolean |
isFiveToTen() |
boolean |
isReview() |
boolean |
isWarning() |
void |
setCritical(boolean critical) |
void |
setError(boolean error) |
void |
setFiveToTen(boolean fiveToTen) |
void |
setReview(boolean review) |
void |
setWarning(boolean warning) |
public KlocworkSeverities()
@DataBoundConstructor public KlocworkSeverities(boolean critical, boolean error, boolean warning, boolean review, boolean fiveToTen)
public boolean isCritical()
public void setCritical(boolean critical)
public boolean isError()
public void setError(boolean error)
public boolean isWarning()
public void setWarning(boolean warning)
public boolean isReview()
public void setReview(boolean review)
public boolean isFiveToTen()
public void setFiveToTen(boolean fiveToTen)
Copyright © 2016–2018. All rights reserved.