Class NativeServerRefsChangedEvent.Ref
- java.lang.Object
-
- com.cloudbees.jenkins.plugins.bitbucket.server.events.NativeServerRefsChangedEvent.Ref
-
- Enclosing class:
- NativeServerRefsChangedEvent
public static class NativeServerRefsChangedEvent.Ref extends Object
-
-
Constructor Summary
Constructors Constructor Description Ref()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayId()
String
getId()
String
getType()
void
setDisplayId(String displayId)
void
setId(String id)
void
setType(String type)
-