Class ReplicationFailedAction
java.lang.Object
hudson.model.InvisibleAction
com.sonyericsson.hudson.plugins.gerrit.trigger.replication.ReplicationFailedAction
- All Implemented Interfaces:
Action,ModelObject
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 -
Method Summary
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
ReplicationFailedAction
Standard constructor.- Parameters:
reason- The reason of the Failed replication
-
-
Method Details
-
getReason
The reason of the Failed replication.- Returns:
- the reason
-