Class ReplicationFailedAction
- java.lang.Object
-
- hudson.model.InvisibleAction
-
- com.sonyericsson.hudson.plugins.gerrit.trigger.replication.ReplicationFailedAction
-
- All Implemented Interfaces:
Action
,ModelObject
public class ReplicationFailedAction extends InvisibleAction
Action to mark a build that must fail because replication failed. ReplicationFailedHandler will fail the build if tagged with this action.- Author:
- Hugo Arès <hugo.ares@ericsson.com>
-
-
Constructor Summary
Constructors Constructor Description ReplicationFailedAction(String reason)
Standard constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getReason()
The reason of the Failed replication.-
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
-