Class StashMirrorErrorEntity
- java.lang.Object
-
- com.atlassian.bamboo.plugins.stash.rest.entity.StashMirrorErrorEntity
-
public class StashMirrorErrorEntity extends Object
Holds information about error connected with Bitbucket Smart Mirroring.
-
-
Field Summary
Fields Modifier and Type Field Description static String
MIRRORS_NOT_SUPPORTED
-
Constructor Summary
Constructors Constructor Description StashMirrorErrorEntity(String errorCode, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorCode()
String
getMessage()
-
-
-
Field Detail
-
MIRRORS_NOT_SUPPORTED
public static final String MIRRORS_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
-