Class RepositoryTriggerExecutionFailure
java.lang.Object
com.amazonaws.services.codecommit.model.RepositoryTriggerExecutionFailure
- All Implemented Interfaces:
Serializable
,Cloneable
A trigger failed to run.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Additional message information about the trigger that did not run.The name of the trigger that did not run.int
hashCode()
void
setFailureMessage
(String failureMessage) Additional message information about the trigger that did not run.void
setTrigger
(String trigger) The name of the trigger that did not run.toString()
Returns a string representation of this object; useful for testing and debugging.withFailureMessage
(String failureMessage) Additional message information about the trigger that did not run.withTrigger
(String trigger) The name of the trigger that did not run.
-
Constructor Details
-
RepositoryTriggerExecutionFailure
public RepositoryTriggerExecutionFailure()
-
-
Method Details
-
setTrigger
The name of the trigger that did not run.
- Parameters:
trigger
- The name of the trigger that did not run.
-
getTrigger
The name of the trigger that did not run.
- Returns:
- The name of the trigger that did not run.
-
withTrigger
The name of the trigger that did not run.
- Parameters:
trigger
- The name of the trigger that did not run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFailureMessage
Additional message information about the trigger that did not run.
- Parameters:
failureMessage
- Additional message information about the trigger that did not run.
-
getFailureMessage
Additional message information about the trigger that did not run.
- Returns:
- Additional message information about the trigger that did not run.
-
withFailureMessage
Additional message information about the trigger that did not run.
- Parameters:
failureMessage
- Additional message information about the trigger that did not run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-