Class UnleashBadgeAction
java.lang.Object
com.itemis.jenkins.plugins.unleash.UnleashBadgeAction
- All Implemented Interfaces:
Action
,BuildBadgeAction
,ModelObject
,RunAction2
- Author:
- Stanley Hillner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
void
onAttached
(Run<?, ?> run) void
void
setVersion
(String version)
-
Constructor Details
-
UnleashBadgeAction
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
onAttached
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
- Specified by:
onLoad
in interfaceRunAction2
-
getTooltipText
-
isSuccessfulBuild
public boolean isSuccessfulBuild() -
isFailedBuild
public boolean isFailedBuild() -
isUnstableBuild
public boolean isUnstableBuild() -
isBuilding
public boolean isBuilding() -
getVersion
-
setVersion
-