@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestRepositoryTriggersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a test repository triggers operation.
Constructor and Description |
---|
TestRepositoryTriggersResult() |
Modifier and Type | Method and Description |
---|---|
TestRepositoryTriggersResult |
clone() |
boolean |
equals(Object obj) |
List<RepositoryTriggerExecutionFailure> |
getFailedExecutions()
The list of triggers that were not able to be tested.
|
List<String> |
getSuccessfulExecutions()
The list of triggers that were successfully tested.
|
int |
hashCode() |
void |
setFailedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)
The list of triggers that were not able to be tested.
|
void |
setSuccessfulExecutions(Collection<String> successfulExecutions)
The list of triggers that were successfully tested.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TestRepositoryTriggersResult |
withFailedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)
The list of triggers that were not able to be tested.
|
TestRepositoryTriggersResult |
withFailedExecutions(RepositoryTriggerExecutionFailure... failedExecutions)
The list of triggers that were not able to be tested.
|
TestRepositoryTriggersResult |
withSuccessfulExecutions(Collection<String> successfulExecutions)
The list of triggers that were successfully tested.
|
TestRepositoryTriggersResult |
withSuccessfulExecutions(String... successfulExecutions)
The list of triggers that were successfully tested.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getSuccessfulExecutions()
The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.
public void setSuccessfulExecutions(Collection<String> successfulExecutions)
The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.
successfulExecutions
- The list of triggers that were successfully tested. This list provides the names of the triggers that were
successfully tested, separated by commas.public TestRepositoryTriggersResult withSuccessfulExecutions(String... successfulExecutions)
The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.
NOTE: This method appends the values to the existing list (if any). Use
setSuccessfulExecutions(java.util.Collection)
or withSuccessfulExecutions(java.util.Collection)
if you want to override the existing values.
successfulExecutions
- The list of triggers that were successfully tested. This list provides the names of the triggers that were
successfully tested, separated by commas.public TestRepositoryTriggersResult withSuccessfulExecutions(Collection<String> successfulExecutions)
The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.
successfulExecutions
- The list of triggers that were successfully tested. This list provides the names of the triggers that were
successfully tested, separated by commas.public List<RepositoryTriggerExecutionFailure> getFailedExecutions()
The list of triggers that were not able to be tested. This list provides the names of the triggers that could not be tested, separated by commas.
public void setFailedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)
The list of triggers that were not able to be tested. This list provides the names of the triggers that could not be tested, separated by commas.
failedExecutions
- The list of triggers that were not able to be tested. This list provides the names of the triggers that
could not be tested, separated by commas.public TestRepositoryTriggersResult withFailedExecutions(RepositoryTriggerExecutionFailure... failedExecutions)
The list of triggers that were not able to be tested. This list provides the names of the triggers that could not be tested, separated by commas.
NOTE: This method appends the values to the existing list (if any). Use
setFailedExecutions(java.util.Collection)
or withFailedExecutions(java.util.Collection)
if you
want to override the existing values.
failedExecutions
- The list of triggers that were not able to be tested. This list provides the names of the triggers that
could not be tested, separated by commas.public TestRepositoryTriggersResult withFailedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)
The list of triggers that were not able to be tested. This list provides the names of the triggers that could not be tested, separated by commas.
failedExecutions
- The list of triggers that were not able to be tested. This list provides the names of the triggers that
could not be tested, separated by commas.public String toString()
toString
in class Object
Object.toString()
public TestRepositoryTriggersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.