Class ResetReferenceAction
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.model.ResetReferenceAction
-
- All Implemented Interfaces:
Action
,ModelObject
public class ResetReferenceAction extends Object implements Action
Marker for a build to indicate that this build should serve as new reference build for theQualityGateEvaluator
evaluation of the next build. This marker helps to reset the reference build computation in order to restart the new issue computation.- Author:
- Ullrich Hafner
- See Also:
QualityGateEvaluator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
String
getId()
String
getUrlName()
-
-
-
Method Detail
-
getId
public String getId()
-
getIconFileName
@CheckForNull public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
@CheckForNull public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
@CheckForNull public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
-